Revert the Camera::setInheritanceMask(0x) calls that were added as workaround to a bug introduced by a bug fix to the way the inhertiance mask was handled in CullVisito::apply(Camera&)
This commit is contained in:
@@ -56,8 +56,6 @@ void ShadowTexture::init()
|
||||
// create the camera
|
||||
_camera = new osg::Camera;
|
||||
|
||||
// _camera->setInheritanceMask(0x0);
|
||||
|
||||
_camera->setClearColor(osg::Vec4(1.0f,1.0f,1.0f,1.0f));
|
||||
|
||||
_camera->setCullCallback(new CameraCullCallback(this));
|
||||
|
||||
Reference in New Issue
Block a user