mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 16:06:44 +00:00
Disable culling of ClipNode
This commit is contained in:
parent
cbf344663f
commit
706b1d4c28
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ public:
|
||||||
mClipNode->getClipPlaneList().clear();
|
mClipNode->getClipPlaneList().clear();
|
||||||
mClipNode->addClipPlane(new osg::ClipPlane(0, osg::Plane(mPlane.getNormal(), 0))); // mPlane.d() applied in FlipCallback
|
mClipNode->addClipPlane(new osg::ClipPlane(0, osg::Plane(mPlane.getNormal(), 0))); // mPlane.d() applied in FlipCallback
|
||||||
mClipNode->setStateSetModes(*getOrCreateStateSet(), osg::StateAttribute::ON);
|
mClipNode->setStateSetModes(*getOrCreateStateSet(), osg::StateAttribute::ON);
|
||||||
|
mClipNode->setCullingActive(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue