Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
Loading...
Searching...
No Matches
rendering_engine::Transformations3D Struct Reference

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.

Detailed Description

Contains model, view, and projection matrices for 3D rendering.

Definition at line 23 of file vertex_declarations.hpp.

Member Data Documentation

◆ model

glm::mat4 rendering_engine::Transformations3D::model

Model transformation matrix.

Definition at line 25 of file vertex_declarations.hpp.

◆ proj

glm::mat4 rendering_engine::Transformations3D::proj

Projection transformation matrix.

Definition at line 27 of file vertex_declarations.hpp.

◆ view

glm::mat4 rendering_engine::Transformations3D::view

View (camera) transformation matrix.

Definition at line 26 of file vertex_declarations.hpp.


The documentation for this struct was generated from the following file: