![]() |
Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
|
Contains transformation matrices for 2D 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 transformation matrices for 2D rendering.
Definition at line 33 of file vertex_declarations.hpp.
| glm::mat4 rendering_engine::Transformations2D::model |
Model transformation matrix.
Definition at line 35 of file vertex_declarations.hpp.
| glm::mat4 rendering_engine::Transformations2D::proj |
Projection transformation matrix.
Definition at line 37 of file vertex_declarations.hpp.
| glm::mat4 rendering_engine::Transformations2D::view |
View (camera) transformation matrix.
Definition at line 36 of file vertex_declarations.hpp.