Morné Pistorius schrieb:
What am I missing? I would be very grateful if someone can point out the gotcha :)
You should enable two-sided-lighting: osg::LightModel* lm = new osg::LightModel(); lm->setTwoSided(true); geode->getOrCreateSatetSet()->setAttribute(lm); HTH, Stephan _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
