public final class ModelMesh
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
Tag
Gets or sets an object identifying this mesh.
|
Modifier and Type | Method and Description |
---|---|
void |
Draw()
Draws all of the ModelMeshPart objects in this mesh, using their current Effect settings.
|
BoundingSphere |
getBoundingSphere()
Gets the BoundingSphere that contains this mesh.
|
ModelEffectCollection |
getEffects()
Gets a collection of effects associated with this mesh.
|
java.lang.String |
getName()
Gets the name of this mesh.
|
ModelBone |
getParentBone()
Gets the parent bone for this mesh.
|
ModelMeshPartCollection |
MeshParts()
Gets the ModelMeshPart objects that make up this mesh.
|
public BoundingSphere getBoundingSphere()
public ModelEffectCollection getEffects()
public ModelMeshPartCollection MeshParts()
public java.lang.String getName()
public ModelBone getParentBone()
public void Draw()