Uses of Class
com.jme.util.geom.VertMap

Packages that use VertMap
com.jme.animation   
com.jme.util.geom   
com.jmex.model.collada   
 

Uses of VertMap in com.jme.animation
 

Methods in com.jme.animation with parameters of type VertMap
 void SkinNode.remapInfluences(VertMap[] mappings)
           
 void SkinNode.remapInfluences(VertMap mappings, int geomIndex)
           
 

Uses of VertMap in com.jme.util.geom
 

Methods in com.jme.util.geom that return VertMap
static VertMap GeometryTool.minimizeVerts(TriMesh mesh, int options)
           
 

Uses of VertMap in com.jmex.model.collada
 

Methods in com.jmex.model.collada with parameters of type VertMap
 void OptimizeCallback.remapInfluences(TriMesh mesh, VertMap map)