パッケージ
com.jme3.scene.mesh の使用

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
 

com.jme3.scene により使用される 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).
 

com.jme3.scene.mesh により使用される 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.