Click or drag to resize

ModelTransformationType Enumeration

Transformation types that define the way a ModelTransformation changes the geometry of the ModelArticulation it is associated with.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum ModelTransformationType
Members
  Member nameDescription
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