Make the culling be disables at the drawable level not at the geode level
This commit is contained in:
parent
fc1d19b6e5
commit
cf05cd5bf3
@ -321,7 +321,7 @@ class LOGOReaderWriter : public osgDB::ReaderWriter
|
||||
if( ld->hasLogos() )
|
||||
geode->addDrawable( ld );
|
||||
|
||||
geode->setCullingActive(false);
|
||||
ld->setCullingActive(false);
|
||||
return geode;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user