public interface ImmediateModeRenderer
Modifier and Type | Method and Description |
---|---|
void |
begin(Matrix4 projModelView,
int primitiveType) |
void |
color(float r,
float g,
float b,
float a) |
void |
dispose() |
void |
end() |
int |
getMaxVertices() |
int |
getNumVertices() |
void |
normal(float x,
float y,
float z) |
void |
texCoord(float u,
float v) |
void |
vertex(float x,
float y,
float z) |
void begin(Matrix4 projModelView, int primitiveType)
void color(float r, float g, float b, float a)
void texCoord(float u, float v)
void normal(float x, float y, float z)
void vertex(float x, float y, float z)
void end()
int getNumVertices()
int getMaxVertices()
void dispose()