public class VertexData extends Inlist.List<VertexData.Chunk>
| Modifier and Type | Class and Description |
|---|---|
static class |
VertexData.Chunk |
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE
Size of array chunks.
|
| Constructor and Description |
|---|
VertexData() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(float a) |
void |
add(float a,
float b) |
void |
add(float a,
float b,
float c) |
void |
add(float a,
float b,
float c,
float d) |
void |
add(float a,
float b,
float c,
float d,
float e,
float f) |
void |
add(short a) |
void |
add(short a,
short b) |
void |
add(short a,
short b,
short c) |
void |
add(short a,
short b,
short c,
short d) |
void |
add(short a,
short b,
short c,
short d,
short e,
short f) |
VertexData.Chunk |
clear()
Clear list.
|
int |
compile(java.nio.ShortBuffer sbuf) |
int |
countSize() |
void |
dispose() |
boolean |
empty() |
VertexData.Chunk |
obtainChunk()
Direct access to the current chunk of VertexData.
|
void |
releaseChunk() |
void |
releaseChunk(int size) |
void |
seek(int offset)
Do not use!
|
append, appendList, hasNext, head, iterator, next, pop, push, remove, remove, reverse, sizepublic static final int SIZE
public int countSize()
public VertexData.Chunk clear()
Inlist.Listclear in class Inlist.List<VertexData.Chunk>public void dispose()
public int compile(java.nio.ShortBuffer sbuf)
public void add(float a)
public void add(short a)
public void add(float a,
float b)
public void add(short a,
short b)
public void add(float a,
float b,
float c)
public void add(short a,
short b,
short c)
public void add(float a,
float b,
float c,
float d)
public void add(short a,
short b,
short c,
short d)
public void add(float a,
float b,
float c,
float d,
float e,
float f)
public void add(short a,
short b,
short c,
short d,
short e,
short f)
public boolean empty()
public VertexData.Chunk obtainChunk()
public void releaseChunk()
public void releaseChunk(int size)
public void seek(int offset)