|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.util.geom.GeometryTool
public class GeometryTool
Note: Does not work with geometry using texcoords other than 2d coords.
Field Summary | |
---|---|
static int |
MV_SAME_COLORS
|
static int |
MV_SAME_NORMALS
|
static int |
MV_SAME_TEXS
|
Constructor Summary | |
---|---|
GeometryTool()
|
Method Summary | |
---|---|
static VertMap |
minimizeVerts(TriMesh mesh,
int options)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MV_SAME_NORMALS
public static final int MV_SAME_TEXS
public static final int MV_SAME_COLORS
Constructor Detail |
---|
public GeometryTool()
Method Detail |
---|
public static VertMap minimizeVerts(TriMesh mesh, int options)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |