| DRSubmeshContent Properties |
The DRSubmeshContent type exposes the following members.
| Name | Description | |
|---|---|---|
| ExternalMaterial |
Gets or sets the external material of this submesh.
| |
| IndexBuffer |
Gets or sets the index buffer associated with this submesh.
| |
| LocalMaterial |
Gets or sets the local material of this submesh, which is used if the model description (XML
file) is missing or incomplete.
| |
| MorphTargets |
Gets or sets the morph targets associated with this submesh.
| |
| PrimitiveCount |
Gets or sets the number of primitives to render for this submesh.
| |
| StartIndex |
Gets or sets the location in the index buffer at which to start reading vertices.
| |
| StartVertex |
Gets or sets the index of the first vertex in the vertex buffer that belongs to this submesh
(a.k.a base vertex or vertex offset).
| |
| UserData |
Gets or sets a user-defined object.
| |
| VertexBuffer |
Gets or sets the vertex buffer associated with this submesh.
| |
| VertexCount |
Gets or sets the number of vertices used in this submesh.
|