Uses of Package
com.jme3.scene.mesh

Packages that use com.jme3.scene.mesh
com.jme3.scene The com.jme3.input package contains the scene graph implementation in jMonkeyEngine. 
com.jme3.scene.mesh The com.jme3.scene.mesh package contains utilities for reading from index buffers
 

Classes in com.jme3.scene.mesh used by com.jme3.scene
IndexBuffer
          IndexBuffer is an abstraction for integer index buffers, it is used to retrieve indices without knowing in which format they are stored (ushort or uint).
 

Classes in com.jme3.scene.mesh used by com.jme3.scene.mesh
IndexBuffer
          IndexBuffer is an abstraction for integer index buffers, it is used to retrieve indices without knowing in which format they are stored (ushort or uint).
VirtualIndexBuffer
          IndexBuffer implementation that generates vertex indices sequentially based on a specific Mesh Mesh.Mode.