public class IndexedGeometry extends Geometry
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexedGeometry.Builder |
| Modifier and Type | Field and Description |
|---|---|
IndexBuffer |
ibo |
| Constructor and Description |
|---|
IndexedGeometry(IndexBuffer ibo,
VertexBuffer vbo,
VertexArray vao,
int drawType,
int elements) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindVertexArray() |
void |
destroy() |
void |
draw() |
getVertxBufferpublic final IndexBuffer ibo
public IndexedGeometry(IndexBuffer ibo, VertexBuffer vbo, VertexArray vao, int drawType, int elements)
Copyright © 2013-2014. All Rights Reserved.