Package com.jme.util.geom

Class Summary
BufferUtils BufferUtils is a helper class for generating nio buffers from jME data classes such as Vectors and ColorRGBA.
Debugger Debugger provides tools for viewing scene data such as boundings and normals.
GeometryTool Note: Does not work with geometry using texcoords other than 2d coords.
NonIndexedNormalGenerator A utility class to generate normals for a set of vertices.
NormalGenerator A utility class to generate normals for TriMeshes.

The generator generates the normals using a given crease angle up to which the transitions between two triangles are to be smoothed.
TangentBinormalGenerator  
VertexData  
VertKey  
VertMap