![]() |
Jopnal Engine
alpha 0.4
Simple Component Based 2D/3D Game Engine
|
#include <Drawable.hpp>
Public Member Functions | |
JOP_DISALLOW_COPY_MOVE (ProjectionInfo) | |
ProjectionInfo (const glm::mat4 &view, const glm::mat4 &proj, const glm::vec3 &camPos) | |
Constructor. More... | |
Public Attributes | |
const glm::mat4 & | viewMatrix |
View matrix. More... | |
const glm::mat4 & | projectionMatrix |
Projection matrix. More... | |
const glm::vec3 & | cameraPosition |
Camera position. More... | |
Projection info
Definition at line 81 of file Drawable.hpp.
jop::Drawable::ProjectionInfo::ProjectionInfo | ( | const glm::mat4 & | view, |
const glm::mat4 & | proj, | ||
const glm::vec3 & | camPos | ||
) |
Constructor.
view | The view matrix |
proj | The projection matrix |
camPos | The camera position |
jop::Drawable::ProjectionInfo::JOP_DISALLOW_COPY_MOVE | ( | ProjectionInfo | ) |
const glm::vec3& jop::Drawable::ProjectionInfo::cameraPosition |
Camera position.
Definition at line 97 of file Drawable.hpp.
const glm::mat4& jop::Drawable::ProjectionInfo::projectionMatrix |
Projection matrix.
Definition at line 96 of file Drawable.hpp.
const glm::mat4& jop::Drawable::ProjectionInfo::viewMatrix |
View matrix.
Definition at line 95 of file Drawable.hpp.