ConvexMesh class

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.

Inheritance: ConvexMeshColladaElement

The ConvexMesh type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of ConvexMesh

Properties

PropertyDescription
sourceGets or sets the source.
verticesGets or sets the vertices.
itemsGets or sets the items.
extraGets or sets the extra.
convex_hull_ofGets or sets the convex hull of.

See Also