2 Creating and Configuring Viewers
Q3ViewerUseData
function to set the memory-based data displayed in a viewer object.
OSErr Q3ViewerUseData ( TQ3ViewerObject theViewer, void *data, long size);theViewer
A viewer object.data
A pointer to the beginning of a block of data in memory.size
The size, in bytes, of the specified block of data.
Q3ViewerUseData
function sets the 3D data to be displayed in the viewer object specified by the theViewer
parameter to the data block beginning at the address specified by the data
parameter and having the size specified by the size
parameter.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker