Description | ||||||||
Creates a 3-D display list using the specified user-supplied create function.
NOTES:
|
||||||||
Replacement in Object TOOLKIT: | pfcDisplay::CreateDisplayList3D | |||||||
Synopsis | ||||||||
#include <ProDisplist.h> | ||||||||
ProError | ProDisplist3dCreate | ( | ||||||
int id | ||||||||
/* (In) | ||||||||
The unique identifier of the display list to be created. | ||||||||
*/ | ||||||||
ProDisplistCallback function | ||||||||
/* (In) | ||||||||
The user-defined function that calls appropriate graphics functions to create a display list. It must return PRO_TK_NO_ERROR if successful, and non-zero for error. | ||||||||
*/ | ||||||||
... | ||||||||
/* (In) | ||||||||
The arguments to the user-defined function. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|