Merge pull request #3175 from bosvensson1/patch-52

removes sky bounds
pull/3178/head
Chris Djali 3 years ago committed by GitHub
commit 9c040d1ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -299,7 +299,7 @@ public:
osg::BoundingSphere computeBound() const override
{
return osg::BoundingSphere(osg::Vec3f(0,0,0), 0);
return osg::BoundingSphere();
}
class CullCallback : public SceneUtil::NodeCallback<CullCallback, osg::Node*, osgUtil::CullVisitor*>

Loading…
Cancel
Save