public class ConvexMesh extends ColladaElement
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.
Constructor and Description |
---|
ConvexMesh() |
Modifier and Type | Method and Description |
---|---|
String |
getConvexHullOf()
Gets or sets the convex hull of.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
Object[] |
getItems()
Gets or sets the items.
|
Source[] |
getSource()
Gets or sets the source.
|
Vertices |
getVertices()
Gets or sets the vertices.
|
void |
setConvexHullOf(String value)
Gets or sets the convex hull of.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setItems(Object[] value)
Gets or sets the items.
|
void |
setSource(Source[] value)
Gets or sets the source.
|
void |
setVertices(Vertices value)
Gets or sets the vertices.
|
public final Source[] getSource()
Gets or sets the source.
public final void setSource(Source[] value)
Gets or sets the source.
public final Vertices getVertices()
Gets or sets the vertices.
public final void setVertices(Vertices value)
Gets or sets the vertices.
public final Object[] getItems()
Gets or sets the items.
public final void setItems(Object[] value)
Gets or sets the items.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.
public final String getConvexHullOf()
Gets or sets the convex hull of.
public final void setConvexHullOf(String value)
Gets or sets the convex hull of.