ModelPart
Description
- Derived from
Default implementation of the IModelPart interface.
Public / Constructors
Public / Attributes
Batch
The primitive batch of this model in the geometry buffer.
Defaults to PrimitiveBatch.None.
- See also
Geometry
The geometry of this model.
IModelGeometry objects may be shared between model parts.
Defaults to null
.
- See also
Layer
The surface layer offset of this model part.
To avoid Z-fighting of coplanar surfaces, layer offsets may be used to decrease the depth value of samples during rendering.
Defaults to 0
.
Material
The material of this model.
IModelGeometry objects may be shared between model parts.
If null
, a material with default values will be used for rendering.
Defaults to null
.