Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.jme3.scene.mesh Classes and Interfaces - 8 results found.
| Name | Description | Type | Package | Framework |
| IndexBuffer | IndexBuffer is an abstraction for integer index buffers, it is used to retrieve indices without knowing in which format they | Class | com.jme3.scene.mesh | JMonkeyEngine |
|
| IndexByteBuffer | IndexBuffer implementation for ByteBuffers. | Class | com.jme3.scene.mesh | JMonkeyEngine |
|
| IndexIntBuffer | IndexBuffer implementation for IntBuffers. | Class | com.jme3.scene.mesh | JMonkeyEngine |
|
| IndexShortBuffer | IndexBuffer implementation for ShortBuffers. | Class | com.jme3.scene.mesh | JMonkeyEngine |
|
| Mesh | Mesh is used to store rendering data. | Class | com.jme3.scene | JMonkeyEngine |
|
| Mesh .Mode | The mode of the Mesh specifies both the type of primitive represented by the mesh and how the data should be interpreted. | Class | com.jme3.scene | JMonkeyEngine |
|
| VirtualIndexBuffer | IndexBuffer implementation that generates vertex indices sequentially based on a specific Mesh Mesh. | Class | com.jme3.scene.mesh | JMonkeyEngine |
|
| WrappedIndexBuffer | WrappedIndexBuffer converts vertex indices from a non list based mesh mode such as Mesh. | Class | com.jme3.scene.mesh | JMonkeyEngine |