mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 20:06:40 +00:00
dont ignore tested objects in postpass
This commit is contained in:
parent
caf971b979
commit
5d6a26c10f
1 changed files with 0 additions and 3 deletions
|
@ -109,9 +109,6 @@ namespace MWRender
|
||||||
if (rl->_drawable->getNodeMask() == Mask_ParticleSystem || rl->_drawable->getNodeMask() == Mask_Effect)
|
if (rl->_drawable->getNodeMask() == Mask_ParticleSystem || rl->_drawable->getNodeMask() == Mask_Effect)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (ss->getAttribute(osg::StateAttribute::ALPHAFUNC))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if (ss->getAttribute(osg::StateAttribute::MATERIAL)) {
|
if (ss->getAttribute(osg::StateAttribute::MATERIAL)) {
|
||||||
const osg::Material* mat = static_cast<const osg::Material*>(ss->getAttribute(osg::StateAttribute::MATERIAL));
|
const osg::Material* mat = static_cast<const osg::Material*>(ss->getAttribute(osg::StateAttribute::MATERIAL));
|
||||||
if (mat->getDiffuse(osg::Material::FRONT).a() < 0.5)
|
if (mat->getDiffuse(osg::Material::FRONT).a() < 0.5)
|
||||||
|
|
Loading…
Reference in a new issue