Transformation types that define the way a ModelTransformation changes the geometry of the ModelArticulation it is associated with.
| Member | Value | Description |
|---|---|---|
| eStkGraphicsModelTransformationTypeTranslateX | 0 | Translates the geometry along the X axis. |
| eStkGraphicsModelTransformationTypeTranslateY | 1 | Translates the geometry along the Y axis. |
| eStkGraphicsModelTransformationTypeTranslateZ | 2 | Translates the geometry along the Z axis. |
| eStkGraphicsModelTransformationTypeRotateX | 3 | Rotates the geometry about the X axis. |
| eStkGraphicsModelTransformationTypeRotateY | 4 | Rotates the geometry about the Y axis. |
| eStkGraphicsModelTransformationTypeRotateZ | 5 | Rotates the geometry about the Z axis. |
| eStkGraphicsModelTransformationTypeScaleX | 6 | Scales the geometry along the X axis. |
| eStkGraphicsModelTransformationTypeScaleY | 7 | Scales the geometry along the Y axis. |
| eStkGraphicsModelTransformationTypeScaleZ | 8 | Scales the geometry along the Z axis. |
| eStkGraphicsModelTransformationTypeScaleUniform | 9 | Scales the geometry uniformly along the X, Y, and Z axes. |
| eStkGraphicsModelTransformationTypeTextureTranslateX | 10 | Translates the Texture 2D associated with the geometry along the X axis. |
| eStkGraphicsModelTransformationTypeTextureTranslateY | 11 | Translates the Texture 2D associated with the geometry along the Y axis. |
| eStkGraphicsModelTransformationTypeTextureTranslateZ | 12 | Translates the Texture 2D associated with the geometry along the Z axis. |
| eStkGraphicsModelTransformationTypeTextureRotateX | 13 | Rotates the Texture 2D associated with the geometry about the X axis. |
| eStkGraphicsModelTransformationTypeTextureRotateY | 14 | Rotates the Texture 2D associated with the geometry about the Y axis. |
| eStkGraphicsModelTransformationTypeTextureRotateZ | 15 | Rotates the Texture 2D associated with the geometry about the Z axis. |
| eStkGraphicsModelTransformationTypeTextureScaleX | 16 | Scales the Texture 2D associated with the geometry along the X axis. |
| eStkGraphicsModelTransformationTypeTextureScaleY | 17 | Scales the Texture 2D associated with the geometry along the Y axis. |
| eStkGraphicsModelTransformationTypeTextureScaleZ | 18 | Scales the Texture 2D associated with the geometry along the Z axis. |
| eStkGraphicsModelTransformationTypeTextureScaleUniform | 19 | Scales the Texture 2D associated with the geometry uniformly along the X, Y, and Z axes. |
| eStkGraphicsModelTransformationTypeTranslateRed | 20 | Translates the red band of color associated with the geometry. |
| eStkGraphicsModelTransformationTypeTranslateGreen | 21 | Translates the green band of color associated with the geometry. |
| eStkGraphicsModelTransformationTypeTranslateBlue | 22 | Translates the blue band of color associated with the geometry. |
| eStkGraphicsModelTransformationTypeAnimation | 23 | Controls an animation cycle defined on the model. |





