Added setProjectionMatrix*(), setViewMatrix*() and get*() methods to osgUtil::SceneView.

This commit is contained in:
Robert Osfield
2003-07-16 22:15:28 +00:00
parent a4b29996fd
commit 2a142c096a
4 changed files with 129 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ class SG_EXPORT Matrix
double zNear, double zFar);
/** Get the frustum setting of a perspective projection matrix.
* Note, if matrix is not an orthographic matrix then invalid values will be returned.*/
* Note, if matrix is not an perspective matrix then invalid values will be returned.*/
void getFrustum(double& left, double& right,
double& bottom, double& top,
double& zNear, double& zFar);