ModelTransformationType Enumeration |
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic enum ModelTransformationType
Public Enumeration ModelTransformationType
public enum class ModelTransformationType
type ModelTransformationType
Members
| Member name | Description |
---|
| TranslateX |
Translates the geometry along the X axis.
|
| TranslateY |
Translates the geometry along the Y axis.
|
| TranslateZ |
Translates the geometry along the Z axis.
|
| RotateX |
Rotates the geometry about the X axis.
|
| RotateY |
Rotates the geometry about the Y axis.
|
| RotateZ |
Rotates the geometry about the Z axis.
|
| ScaleX |
Scales the geometry along the X axis.
|
| ScaleY |
Scales the geometry along the Y axis.
|
| ScaleZ |
Scales the geometry along the Z axis.
|
| ScaleUniform |
Scales the geometry uniformly along the X, Y, and Z axes.
|
| TextureTranslateX |
Translates the texture associated with the geometry along the X axis.
|
| TextureTranslateY |
Translates the texture associated with the geometry along the Y axis.
|
| TextureTranslateZ |
Translates the texture associated with the geometry along the Z axis.
|
| TextureRotateX |
Rotates the texture associated with the geometry about the X axis.
|
| TextureRotateY |
Rotates the texture associated with the geometry about the Y axis.
|
| TextureRotateZ |
Rotates the texture associated with the geometry about the Z axis.
|
| TextureScaleX |
Scales the texture associated with the geometry along the X axis.
|
| TextureScaleY |
Scales the texture associated with the geometry along the Y axis.
|
| TextureScaleZ |
Scales the texture associated with the geometry along the Z axis.
|
| TextureScaleUniform |
Scales the texture associated with the geometry uniformly along the X, Y, and Z axes.
|
| TranslateRed |
Translates the red band of color associated with the geometry.
|
| TranslateGreen |
Translates the green band of color associated with the geometry.
|
| TranslateBlue |
Translates the blue band of color associated with the geometry.
|
See Also