Improved camera, added new example

This commit is contained in:
Robert 2021-01-24 03:31:28 +01:00
parent 13e924538c
commit 5c28e2fb27
14 changed files with 335 additions and 10106 deletions

View file

@ -373,8 +373,6 @@ namespace oglu
virtual const glm::vec3& GetScaling() const;
protected:
// TODO: Separate translation, rotation and scaling matrices.
// Combine them only when the user wants the transformation matrix
glm::mat4 transformation;
bool recalculateMatrix;