public interface Mesh
| Modifier and Type | Method and Description |
|---|---|
IndexBuffer |
getIndexBuffer()
Access the index buffer.
|
java.nio.FloatBuffer |
getNormalsData()
Access the normals data buffer.
|
java.nio.FloatBuffer |
getPositionsData()
Access the positions data buffer.
|
boolean |
isPureLines()
Test whether the mesh consists of lines in list mode.
|
boolean |
isPureTriangles()
Test whether the mesh consists of triangles in list mode.
|
void |
setNormalsModified()
Indicate that the normals data buffer is dirty.
|
void |
setPositionsModified()
Indicate that the positions data buffer is dirty.
|
IndexBuffer getIndexBuffer()
java.nio.FloatBuffer getNormalsData()
java.nio.FloatBuffer getPositionsData()
boolean isPureLines()
boolean isPureTriangles()
void setNormalsModified()
void setPositionsModified()