| Class | Description |
| Animation |
Holds information about the current state of a mesh animation. |
| AnimationFrame |
Holds information about a single animation frame. |
| AnimationGroup |
Holds information about a list of animation sequences. |
| AnimationSequence |
Holds information about a sequence of animation frames. |
| BaseMesh |
Abstract 3d object containing unspecified elements. |
| BaseMeshElement |
Basic 3d element object
Not intended for direct use - use Segment or Face . |
| Face |
A triangle element used in the mesh object
|
| Frame |
Holds vertexposition information about a single animation frame. |
| Mesh |
3d object containing face and segment elements
|
| Morpher |
Keyframe animation morpher
|
| Object3D |
Base class for all 3d objects. |
| Segment |
A line element used in the wiremesh and mesh object
|
| UV |
Texture coordinates value object. |
| Vertex |
A vertex coordinate value object. |
| VertexPosition |
Vertex position value object. |
| WireMesh |
3d object containing segment elements
|