C++
typedef enum { kAcGiWorldScale, kAcGiViewportScale, kAcGiScreenScale, kAcGiViewportLocalOriginScale, kAcGiScreenLocalOriginScale } AcGiScaleTransformBehavior;
File
acgi.h
Members
Members | Description |
---|---|
kAcGiWorldScale | Specification of transforms in world space. This is the default behavior |
kAcGiViewportScale | This is a normalized viewport 2D coordinate system, X and Y axes running from 0.0 to 1.0, with (0.0, 0.0) at the lower left and (1.0, 1.0) at the upper right |
kAcGiScreenScale | This scales the geometry in absolute pixels |
kAcGiViewportLocalOriginScale | Same as kAcGiViewportScale but for the 3D local coordinate system |
kAcGiScreenLocalOriginScale | Same as kAcGiScreenScale but for the 3D local coordinate system |
Description
Defines the scale transform behavior of transient graphics.