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