Q3ViewerWriteData
You can use theQ3ViewerWriteDatafunction to update the memory data being displayed in a viewer.
unsigned long Q3ViewerWriteData ( TQ3ViewerObject theViewer, void **data);
theViewer- A viewer object.
data- A pointer to the beginning of a block of data in memory.
DESCRIPTION
TheQ3ViewerWriteDatafunction writes the 3D data currently associated with the viewer object specified by thetheViewerparameter to the memory location specified by thedataparameter.