Class ConvexMesh

ConvexMesh class

The convex mesh. The definition of the convex_mesh element is identical to the mesh element with the exception that instead of a complete description(source, vertices, polygons etc.), it may simply point to another geometry to derive its shape. The latter case means that the convex hull of that geometry should be computed and is indicated by the optional “convex_hull_of” attribute.

public class ConvexMesh : ColladaElement

Constructors

NameDescription
ConvexMesh()The default constructor.

Properties

NameDescription
ConvexHullOf { get; set; }Gets or sets the convex hull of.
Extra { get; set; }Gets or sets the extra.
Items { get; set; }Gets or sets the items.
Source { get; set; }Gets or sets the source.
Vertices { get; set; }Gets or sets the vertices.

See Also