2 Constants
Q3ViewerGetState
function returns a long integer that encodes information about the current state of a viewer object. Bits of the returned long integer are addressed using these viewer state flags:
enum { kQ3ViewerEmpty = 0, kQ3ViewerHasModel = 1 };
kQ3ViewerEmpty
If this flag is set, there is no image currently displayed by the specified viewer object.kQ3ViewerHasModel
If this flag is set, there is an image currently displayed by the specified viewer object.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker