OpenSceneGraph 2.8.4
|
Callback for overriding the CullVisitor's default clamping of the projection matrix to computed near and far values. More...
Public Member Functions | |
virtual bool | clampProjectionMatrixImplementation (osg::Matrixf &projection, double &znear, double &zfar) const =0 |
virtual bool | clampProjectionMatrixImplementation (osg::Matrixd &projection, double &znear, double &zfar) const =0 |
Callback for overriding the CullVisitor's default clamping of the projection matrix to computed near and far values.
Note, both Matrixf and Matrixd versions of clampProjectionMatrixImplementation must be implemented as the CullVisitor can target either Matrix data type, configured at compile time.
virtual bool osg::CullSettings::ClampProjectionMatrixCallback::clampProjectionMatrixImplementation | ( | osg::Matrixf & | projection, |
double & | znear, | ||
double & | zfar | ||
) | const [pure virtual] |
virtual bool osg::CullSettings::ClampProjectionMatrixCallback::clampProjectionMatrixImplementation | ( | osg::Matrixd & | projection, |
double & | znear, | ||
double & | zfar | ||
) | const [pure virtual] |
![]() | Generated at Tue May 31 2011 04:39:55 for the OpenSceneGraph by doxygen 1.7.4. |