Function ProDisplist3dDisplay
Description
Displays the 3-D display list using the specified transformation matrix.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDisplist.h>
ProDisplist3dDisplay
(
int id
/* (In)
The identifier of the display list to be drawn
*/
ProMatrix transform
/* (In)
The transformation matrix to be used with the display list
*/
)
Returns
The function successfully displayed the 3-D display list.
The display list is empty.
The function could not find a display list with the specified identifier.
The use of display lists is disabled.
The display was aborted.
The specified display list is invalid.
There is an invalid item in the display list.
The specified display list is already in the process of being displayed.
Sample Code References
User Guide References
도움이 되셨나요?