com.jme.util.geom
Class GeometryTool

java.lang.Object
  extended by com.jme.util.geom.GeometryTool

public class GeometryTool
extends java.lang.Object

Note: Does not work with geometry using texcoords other than 2d coords.

Author:
Joshua Slack

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

MV_SAME_NORMALS

public static final int MV_SAME_NORMALS
See Also:
Constant Field Values

MV_SAME_TEXS

public static final int MV_SAME_TEXS
See Also:
Constant Field Values

MV_SAME_COLORS

public static final int MV_SAME_COLORS
See Also:
Constant Field Values
Constructor Detail

GeometryTool

public GeometryTool()
Method Detail

minimizeVerts

public static VertMap minimizeVerts(TriMesh mesh,
                                    int options)