|
lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
|
This is the complete list of members for lmgl::scene::Vertex, including all inherited members.
| bitangent | lmgl::scene::Vertex | |
| color | lmgl::scene::Vertex | |
| normal | lmgl::scene::Vertex | |
| position | lmgl::scene::Vertex | |
| tangent | lmgl::scene::Vertex | |
| uvs | lmgl::scene::Vertex | |
| Vertex(const glm::vec3 &pos=glm::vec3(0.0f), const glm::vec3 &norm=glm::vec3(0.0f, 1.0f, 0.0f), const glm::vec4 &col=glm::vec4(1.0f), const glm::vec2 &uv=glm::vec2(0.0f)) | lmgl::scene::Vertex | inline |