GeometryContentΒΆ

class GeometryContent : ContentItem

Provides properties that define various aspects of a geometry batch.

readonly IndexCollection Indices

Gets the list of triangle indices for this geometry batch. Geometry is stored as an indexed triangle list, where each group of three indices defines a single triangle.

MaterialContent Material

Gets or sets the material of the parent mesh.

MeshContent Parent

Gets or sets the parent MeshContent for this object.

readonly VertexContent Vertices

Gets the set of vertex batches for the geometry batch.