Share

AcGiOrientationTransformBehavior Enumeration

C++

typedef enum {
  kAcGiWorldOrientation,
  kAcGiScreenOrientation,
  kAcGiZAxisOrientation
} AcGiOrientationTransformBehavior;

File

acgi.h

Members

Members Description
kAcGiWorldOrientation Specification of transforms in world space. This is the default behavior
kAcGiScreenOrientation This orients the geometry to the screen plane regardless of world coordinate system orientation
kAcGiZAxisOrientation This is an orientation to the screen except for the Z-axis which follows the world coordinate system Z rotation

Description

Defines the orientation transform behavior of transient graphics.

Was this information helpful?