Package | Description |
---|---|
com.threed.jpct |
Modifier and Type | Method and Description |
---|---|
Mesh |
Mesh.cloneMesh(boolean compressed)
Returns a copy of this mesh.
|
Mesh[] |
Animation.getKeyFrames()
Returns the key frames of an animation as an array of Mesh.
|
Mesh |
Object3D.getMesh()
Returns the current mesh of the object.
|
Modifier and Type | Method and Description |
---|---|
void |
Animation.addKeyFrame(Mesh keyFrame)
Add a keyframe to a animation sequence.
|
boolean |
IVertexController.init(Mesh mesh,
boolean modify)
Initialize the VertexController with a mesh to modify and a operating
mode.
|
boolean |
GenericVertexController.init(Mesh mesh,
boolean modify) |
void |
Object3D.setMesh(Mesh mesh)
Sets an object's mesh to another one.
|
Constructor and Description |
---|
OcTree(Mesh mesh,
int maxPoly,
int mode)
Builds a new octree from an Object3D.
|
OcTree(Mesh mesh,
int maxPoly,
int maxDepth,
int mode)
Builds a new octree from an Object3D.
|