Remove functions setViewRotationMatrix and compileViewRotationMatrix from camera class.

This commit is contained in:
Kalle Bladin
2016-05-19 12:22:55 -04:00
parent 0215c63bab
commit 9dda48d44b
4 changed files with 2 additions and 34 deletions
-5
View File
@@ -90,11 +90,6 @@ public:
float sinMaxFov() const;
const glm::mat4& viewRotationMatrix() const;
// TEMPORARY
void setViewRotationMatrix(glm::mat4 m);
void compileViewRotationMatrix();
//@TODO this should simply be called viewMatrix!
//Rename after removing deprecated methods
const glm::mat4& combinedViewMatrix() const;