|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jme.util.MeshUtils
This class is a set of static mesh creation utilities.
| Method Summary | |
static TriMesh |
createDodecahedronMesh(TriMesh rpkMesh,
boolean bWantNormals,
boolean bWantColors,
boolean bWantUVs,
boolean bOutsideView)
Creates a dodecahedron mesh. |
static TriMesh |
createIcosahedronMesh(TriMesh rpkMesh,
boolean bWantNormals,
boolean bWantColors,
boolean bWantUVs,
boolean bOutsideView)
Creates a Icosahedron mesh. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static TriMesh createDodecahedronMesh(TriMesh rpkMesh,
boolean bWantNormals,
boolean bWantColors,
boolean bWantUVs,
boolean bOutsideView)
rpkMesh - The TriMesh to store the result in.bWantNormals - If true, normals are created.bWantColors - If true, colors are created.bWantUVs - If true, UV coords are created.bOutsideView -
public static TriMesh createIcosahedronMesh(TriMesh rpkMesh,
boolean bWantNormals,
boolean bWantColors,
boolean bWantUVs,
boolean bOutsideView)
rpkMesh - The TriMesh to store the result in.bWantNormals - If true, normals are created.bWantColors - If true, colors are created.bWantUVs - If true, UV coords are created.bOutsideView -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||