Gestalt Selector and Response Values
You can pass thegestaltQuickDraw3DViewerselector to theGestaltfunction to determine information about the availability of the 3D Viewer.
enum { gestaltQuickDraw3DViewer = 'q3vc' }Gestaltreturns information to you by returning a long word in theresponseparameter. Currently, the returned values are defined by constants:
enum { gestaltQ3ViewerNotAvailable = 0, gestaltQ3ViewerAvailable = 1 }Constant descriptions
gestaltQ3ViewerNotAvailable- The 3D Viewer is not available.
gestaltQ3ViewerAvailable- The 3D Viewer is available.