Share

AcGiMrDiagnosticGridMode

C++

typedef enum {
  krObject = 0,
  krWorld,
  krCamera
} AcGiMrDiagnosticGridMode;

File

AcGiEnvironment.h

Members

Members Description
krObject Object-space coordinate system.
krWorld World-space coordinate system.
krCamera Camera-space (view-space) coordinate system.

Description

The available coordinate systems to use for the diagnostic grid.

Was this information helpful?