SimpleGL
1.1.0
A framework for platform independent rendering
|
This is the complete list of members for sgl::Batch, including all inherited members.
Batch(void) | sgl::Batch | protected |
begin() | sgl::Batch | virtual |
color(float r, float g, float b) | sgl::Batch | |
color(float r, float g, float b, float a) | sgl::Batch | |
color(glm::vec3 color) | sgl::Batch | |
color(glm::vec4 color) | sgl::Batch | |
colors | sgl::Batch | protected |
drawing | sgl::Batch | protected |
end() | sgl::Batch | virtual |
flush()=0 | sgl::Batch | pure virtual |
getModel() | sgl::Batch | |
getProjection() | sgl::Batch | |
getView() | sgl::Batch | |
normal(float nx, float ny, float nz) | sgl::Batch | |
normal(glm::vec3 normal) | sgl::Batch | |
normals | sgl::Batch | protected |
numVertices | sgl::Batch | protected |
setModel(glm::mat4 model) | sgl::Batch | |
setProjection(glm::mat4 projection) | sgl::Batch | |
setView(glm::mat4 view) | sgl::Batch | |
texCoord(float s, float t) | sgl::Batch | |
texCoord(glm::vec2 texCoord) | sgl::Batch | |
texCoords | sgl::Batch | protected |
transformation | sgl::Batch | protected |
vertex(float x, float y) | sgl::Batch | |
vertex(float x, float y, float z) | sgl::Batch | |
vertex(glm::vec2 vertex) | sgl::Batch | |
vertex(glm::vec3 vertex) | sgl::Batch | |
vertices | sgl::Batch | protected |
~Batch(void) | sgl::Batch |