public class WrappedBuffer
extends java.lang.Object
| Constructor and Description |
|---|
WrappedBuffer(java.nio.ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
float |
getFloat(int index) |
int |
getUnsignedInt(int index) |
int |
getUnsignedShort(int index) |
Vertex |
getVertex(int index) |
public int getUnsignedShort(int index)
public float getFloat(int index)
public int getUnsignedInt(int index)
public Vertex getVertex(int index)