Q3ViewerUseData
You can use theQ3ViewerUseDatafunction 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.
DESCRIPTION
TheQ3ViewerUseDatafunction sets the 3D data to be displayed in the viewer object specified by thetheViewerparameter to the data block beginning at the address specified by thedataparameter and having the size specified by thesizeparameter.