|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CollapseRecord | |
| com.jme.scene.lod | |
| Uses of CollapseRecord in com.jme.scene.lod |
| Methods in com.jme.scene.lod that return CollapseRecord | |
CollapseRecord[] |
ClodMesh.getRecords()
Returns the current collapse records array. |
CollapseRecord[] |
ClodCreator.getRecords()
|
CollapseRecord[] |
ClodCreator.computeRecords()
|
| Methods in com.jme.scene.lod with parameters of type CollapseRecord | |
void |
ClodMesh.create(CollapseRecord[] records)
This function sets the records information for this ClodMesh. |
void |
ClodMesh.setRecords(CollapseRecord[] records)
Sets the records this ClodMesh will use to collapse triangles. |
| Constructors in com.jme.scene.lod with parameters of type CollapseRecord | |
ClodMesh(java.lang.String name,
TriMesh data,
CollapseRecord[] records)
Creates a ClodMesh that is a duplicate of the given TriMesh's geometric information. |
|
ClodMesh(java.lang.String name,
Vector3f[] vertices,
Vector3f[] normal,
ColorRGBA[] color,
Vector2f[] texture,
int[] indices,
CollapseRecord[] records)
Creates a clod mesh with the given information. |
|
AreaClodMesh(java.lang.String name,
TriMesh data,
CollapseRecord[] records)
Creates a clod mesh that mimics the given TriMesh's geometry information. |
|
AreaClodMesh(java.lang.String name,
Vector3f[] vertices,
Vector3f[] normal,
ColorRGBA[] color,
Vector2f[] texture,
int[] indices,
CollapseRecord[] records)
Creates a clod mesh with the given information. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||