![]() |
Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
|
Contains model, view, and projection matrices for 3D rendering. More...
#include <vertex_declarations.hpp>
Public Attributes | |
| glm::mat4 | model |
| Model transformation matrix. | |
| glm::mat4 | view |
| View (camera) transformation matrix. | |
| glm::mat4 | proj |
| Projection transformation matrix. | |
Contains model, view, and projection matrices for 3D rendering.
Definition at line 23 of file vertex_declarations.hpp.
| glm::mat4 rendering_engine::Transformations3D::model |
Model transformation matrix.
Definition at line 25 of file vertex_declarations.hpp.
| glm::mat4 rendering_engine::Transformations3D::proj |
Projection transformation matrix.
Definition at line 27 of file vertex_declarations.hpp.
| glm::mat4 rendering_engine::Transformations3D::view |
View (camera) transformation matrix.
Definition at line 26 of file vertex_declarations.hpp.