Modifier and Type | Method | Description |
---|---|---|
IndicesBuffer |
BuffersManager.createIndicesBuffer() |
Create an indices buffer.
|
Modifier and Type | Class | Description |
---|---|---|
class |
G2DIndicesBuffer |
Modifier and Type | Method | Description |
---|---|---|
IndicesBuffer |
G2DBuffersManager.createIndicesBuffer() |
Modifier and Type | Class | Description |
---|---|---|
class |
JoGLIndicesBuffer |
Modifier and Type | Method | Description |
---|---|---|
IndicesBuffer |
JoGLBuffersManager.createIndicesBuffer() |
Modifier and Type | Method | Description |
---|---|---|
int |
JoGLBuffersManager.bindIndicesBuffer(com.jogamp.opengl.GL2 gl,
IndicesBuffer buffer) |
Bind the given buffer as indices buffer.
|
Modifier and Type | Method | Description |
---|---|---|
IndicesBuffer |
DefaultGeometry.getIndices() |
|
IndicesBuffer |
Geometry.getIndices() |
Return the indices if any.
|
IndicesBuffer |
DefaultGeometry.getWireIndices() |
|
IndicesBuffer |
Geometry.getWireIndices() |
Return the wire indices.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultGeometry.setIndices(IndicesBuffer indicesBuffer) |
Indices setter.
|
void |
DefaultGeometry.setWireIndices(IndicesBuffer wireIndices) |
Wire indices setter.
|