ConvexMesh

Inheritance: java.lang.Object, 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.

Constructors

ConstructorDescription
ConvexMesh()

Methods

MethodDescription
getSource()Gets or sets the source.
setSource(Source[] value)Gets or sets the source.
getVertices()Gets or sets the vertices.
setVertices(Vertices value)Gets or sets the vertices.
getItems()Gets or sets the items.
setItems(Object[] value)Gets or sets the items.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.
getConvexHullOf()Gets or sets the convex hull of.
setConvexHullOf(String value)Gets or sets the convex hull of.

ConvexMesh()

public ConvexMesh()

getSource()

public final Source[] getSource()

Gets or sets the source.

Returns: Source[]

setSource(Source[] value)

public final void setSource(Source[] value)

Gets or sets the source.

getVertices()

public final Vertices getVertices()

Gets or sets the vertices.

Returns: Vertices

setVertices(Vertices value)

public final void setVertices(Vertices value)

Gets or sets the vertices.

getItems()

public final Object[] getItems()

Gets or sets the items.

Returns: Object[]

setItems(Object[] value)

public final void setItems(Object[] value)

Gets or sets the items.

getExtra()

public final Extra[] getExtra()

Gets or sets the extra.

Returns: Extra[]

setExtra(Extra[] value)

public final void setExtra(Extra[] value)

Gets or sets the extra.

getConvexHullOf()

public final String getConvexHullOf()

Gets or sets the convex hull of.

Returns: String

setConvexHullOf(String value)

public final void setConvexHullOf(String value)

Gets or sets the convex hull of.