I think transformations should somewhat work now

This commit is contained in:
Robert 2021-01-23 19:11:55 +01:00
parent a9f169deba
commit 83b5453088
7 changed files with 47 additions and 240 deletions

View file

@ -334,6 +334,7 @@ namespace oglu
// TODO: Separate translation, rotation and scaling matrices.
// Combine them only when the user wants the transformation matrix
glm::mat4 transformation;
bool recalculateMatrix;
glm::vec3 scale;
glm::quat orientation;