galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
galaxy::Camera::Data Struct Referencefinal

Camera data. More...

#include <Camera.hpp>

+ Collaboration diagram for galaxy::Camera::Data:

Public Attributes

glm::mat4 m_model_view = glm::mat4 {1.0f}
 Combined transformation matrix.
 
glm::mat4 m_projection = glm::mat4 {1.0f}
 Camera projection matrix.
 

Detailed Description

Camera data.

Definition at line 25 of file Camera.hpp.

Member Data Documentation

◆ m_model_view

glm::mat4 galaxy::Camera::Data::m_model_view = glm::mat4 {1.0f}

Combined transformation matrix.

Definition at line 30 of file Camera.hpp.

◆ m_projection

glm::mat4 galaxy::Camera::Data::m_projection = glm::mat4 {1.0f}

Camera projection matrix.

Definition at line 35 of file Camera.hpp.


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