Add ModelMatrix retrieval to WindowWrapper

This commit is contained in:
Alexander Bock
2016-06-16 00:57:31 +02:00
parent f38b8856c1
commit 5cc278c97f
4 changed files with 16 additions and 0 deletions

View File

@@ -131,6 +131,13 @@ public:
* \return The currently employed view-projection matrix
*/
virtual glm::mat4 viewProjectionMatrix() const;
/**
* Returns the currently employed model matrix. On default, this method will return
* the identity matrix.
* \return The currently employed model matrix
*/
virtual glm::mat4 modelMatrix() const;
/**
* Sets the near and far clipping planes of the rendering window. This method defaults