Replaced attempt at passing NULL Matrix with two specialized methods.
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14860 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -136,8 +136,8 @@ class OSGSHADOW_EXPORT MinimalShadowMap : public StandardShadowMap
|
||||
const osg::BoundingBox &bb =
|
||||
osg::BoundingBox(-1,-1,-1,1,1,1) );
|
||||
|
||||
osg::BoundingBox computeScenePolytopeBounds
|
||||
( const osg::Matrix & m = *(osg::Matrix*)(NULL) );
|
||||
osg::BoundingBox computeScenePolytopeBounds();
|
||||
osg::BoundingBox computeScenePolytopeBounds(const osg::Matrix& m);
|
||||
|
||||
// Utility methods for adjusting projection matrices
|
||||
|
||||
|
||||
Reference in New Issue
Block a user