mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
Rename old shadow class to shadow manager
This commit is contained in:
parent
ce02c83089
commit
02d0ee3485
7 changed files with 25 additions and 25 deletions
|
@ -347,7 +347,7 @@ void QuadTreeWorld::accept(osg::NodeVisitor &nv)
|
|||
{
|
||||
if (nv.getVisitorType() != osg::NodeVisitor::CULL_VISITOR && nv.getVisitorType() != osg::NodeVisitor::INTERSECTION_VISITOR)
|
||||
{
|
||||
SceneUtil::MWShadow::ComputeLightSpaceBounds* shadowBoundsVisitor = dynamic_cast<SceneUtil::MWShadow::ComputeLightSpaceBounds *>(&nv);
|
||||
SceneUtil::ShadowManager::ComputeLightSpaceBounds* shadowBoundsVisitor = dynamic_cast<SceneUtil::ShadowManager::ComputeLightSpaceBounds *>(&nv);
|
||||
if (shadowBoundsVisitor)
|
||||
shadowBoundsVisitor->apply(*this);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue