SimpleTransform
Description
- Derived from
A ITerrainTransform that uses an AffineTransform value.
ITerrainTransform.NeedsMesh always returns false
.
- See also
Public / Constructors
SimpleTransform
2 overloads
Creates a new instance of SimpleTransform.
Creates a new instance of SimpleTransform.
Public / Attributes
Transform
Returns the affine transformation from model-space to terrain-space, (re-)computing it if necessary.
It is not necessary to call Compute before getting this property.