Merge remote-tracking branch 'origin/feature/iSWA' into release/ips

This commit is contained in:
Alexander Bock
2016-06-17 11:31:33 +02:00
37 changed files with 560 additions and 394 deletions
@@ -51,6 +51,7 @@ public:
bool isRegularRendering() const override;
glm::mat4 viewProjectionMatrix() const override;
glm::mat4 modelMatrix() const override;
void setNearFarClippingPlane(float near, float far) override;
void setEyeSeparationDistance(float distance) override;
@@ -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