mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-02 04:37:54 +08:00
spelling: information
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ protected:
|
|||||||
glm::vec3 m_eulerRot = { 0.0f, 0.0f, 0.0f }; //In degrees
|
glm::vec3 m_eulerRot = { 0.0f, 0.0f, 0.0f }; //In degrees
|
||||||
glm::vec3 m_scale = { 1.0f, 1.0f, 1.0f };
|
glm::vec3 m_scale = { 1.0f, 1.0f, 1.0f };
|
||||||
|
|
||||||
//Global space informaiton concatenate in matrix
|
//Global space information concatenate in matrix
|
||||||
glm::mat4 m_modelMatrix = glm::mat4(1.0f);
|
glm::mat4 m_modelMatrix = glm::mat4(1.0f);
|
||||||
|
|
||||||
//Dirty flag
|
//Dirty flag
|
||||||
|
|||||||
Reference in New Issue
Block a user