TerrainModel
Description
- Derived from
Describes a 3D model that is placed somewhere onto the terrain.
The position properties of the TerrainModel class refer to the coordinate origin of the model-space of Model.
Public / Constructors
TerrainModel
5 overloads
Creates a new instance of TerrainModel.
Creates a new instance of TerrainModel.
Creates a new instance of TerrainModel.
Creates a new instance of TerrainModel.
Creates a new instance of TerrainModel.
Public / Methods
InstanceUpdate
Updates the next model instance.
This method may only be called between calls to InstanceUpdateBegin and InstanceUpdateEnd.
Public / Attributes
InstanceRange
The range of model instances to render.
If InstanceCount is zero, this property is ignored. Otherwise it is clamped to the valid range of instance indices.
Defaults to RangeI.Inv.
Transform
The transformation from model-space (in terrain units) to terrain-space (in terrain units), not taking into account the model pose.
Defaults to AffineTransform.Identity.