Mesh class

Mesh class

The mesh. The mesh element contains vertex and primitive information sufficient to describe basic geometric meshes.

Inheritance: MeshColladaElement

The Mesh type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of Mesh

Properties

PropertyDescription
sourceGets or sets the source.
The mesh element must contain one or more source elements.
verticesGets or sets the vertices.
The mesh element must contain one vertices element.
itemsGets or sets the mesh items.
extraGets or sets the extra.
The extra element may appear any number of times.

See Also