Package com.jme3.scene.mesh
package com.jme3.scene.mesh
-
ClassesClassDescription
IndexBufferis an abstraction for integer index buffers, it is used to retrieve indices without knowing in which format they are stored (ushort or uint).IndexBuffer implementation forByteBuffers.IndexBuffer implementation forIntBuffers.IndexBuffer implementation forShortBuffers.IndexBuffer implementation that generates vertex indices sequentially based on a specific MeshMesh.Mode.WrappedIndexBufferconverts vertex indices from a non list based mesh mode such asMesh.Mode.TriangleStriporMesh.Mode.LineLoopinto a list based mode such asMesh.Mode.TrianglesorMesh.Mode.Lines.