Class Mesh

Mesh class

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

public class Mesh : ColladaElement

Constructors

NameDescription
Mesh()The default constructor.

Properties

NameDescription
Extra { get; set; }Gets or sets the extra. The extra element may appear any number of times.
Items { get; set; }Gets or sets the mesh items.
Source { get; set; }Gets or sets the source. The mesh element must contain one or more source elements.
Vertices { get; set; }Gets or sets the vertices. The mesh element must contain one vertices element.

See Also