Added basic camera functionality

This commit is contained in:
Robert 2021-01-22 19:02:14 +01:00
parent 6c55ba6339
commit 06614dd1b0
7 changed files with 200 additions and 17 deletions

View file

@ -262,6 +262,7 @@ namespace oglu
float* rotation; ///< Rotation matrix
float* scaling; ///< Scaling vector
float* transformation;
bool calculateMatrix; ///< Wether GetMatrix() needs to re-calculate the transformation matrix
};
}