new Model( [meshes])
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
meshes |
<optional> |
The |
Members
-
localBounds
-
The object-space bounding box.
-
name
-
The name of the Model.
-
numMeshes
-
The amount of
Mesh
objects in this Model. -
skeleton
-
The
Skeleton
used for skinning animations.
Methods
-
addMesh()
-
Adds a Mesh to the Model
-
getMesh()
-
Retrieves the
Mesh
at the given index. -
removeMesh()
-
Removes a Mesh from the Model.