Merge pull request #394 from mathieu/master
Make the culling be disabled at the drawable level
This commit is contained in:
commit
27e5041d97
@ -321,7 +321,7 @@ class LOGOReaderWriter : public osgDB::ReaderWriter
|
|||||||
if( ld->hasLogos() )
|
if( ld->hasLogos() )
|
||||||
geode->addDrawable( ld );
|
geode->addDrawable( ld );
|
||||||
|
|
||||||
geode->setCullingActive(false);
|
ld->setCullingActive(false);
|
||||||
return geode;
|
return geode;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user