Rename old shadow class to shadow manager

This commit is contained in:
AnyOldName3 2018-02-26 14:29:31 +00:00
parent ce02c83089
commit 02d0ee3485
7 changed files with 25 additions and 25 deletions

View file

@ -9,14 +9,14 @@
namespace SceneUtil
{
class MWShadow : public osgShadow::ViewDependentShadowMap
class ShadowManager : public osgShadow::ViewDependentShadowMap
{
public:
static void setupShadowSettings(osg::ref_ptr<osgShadow::ShadowSettings> settings, int castsShadowMask);
static void disableShadowsForStateSet(osg::ref_ptr<osg::StateSet> stateSet);
MWShadow();
ShadowManager();
virtual void cull(osgUtil::CullVisitor& cv) override;