Click or drag to resize
DigitalRuneDRSubmeshContent Properties

The DRSubmeshContent type exposes the following members.

Properties
  NameDescription
Public propertyExternalMaterial
Gets or sets the external material of this submesh.
Public propertyIndexBuffer
Gets or sets the index buffer associated with this submesh.
Public propertyLocalMaterial
Gets or sets the local material of this submesh, which is used if the model description (XML file) is missing or incomplete.
Public propertyMorphTargets
Gets or sets the morph targets associated with this submesh.
Public propertyPrimitiveCount
Gets or sets the number of primitives to render for this submesh.
Public propertyStartIndex
Gets or sets the location in the index buffer at which to start reading vertices.
Public propertyStartVertex
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).
Public propertyUserData
Gets or sets a user-defined object.
Public propertyVertexBuffer
Gets or sets the vertex buffer associated with this submesh.
Public propertyVertexCount
Gets or sets the number of vertices used in this submesh.
Top
See Also