2 Constants

2 Viewer State Flags

The 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
};

Constant descriptions

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.
Constant descriptions

3D Graphics Programming with QuickDraw 3D - 16 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker