I cannot seem to turn off the light in osg::View.  I can change it between 
headlight and sky light, but when I try NO_LIGHT, I still get the headlight.


_viewer->getCamera()->getView()->setLightingMode(osg::View::SKY_LIGHT); //works


_viewer->getCamera()->getView()->setLightingMode(osg::View::HEADLIGHT); //works


_viewer->getCamera()->getView()->setLightingMode(osg::View::NO_LIGHT); //still 
get headlight

How can I turn off this default light?  How is it related to the osg::Lights in 
the scene?  I noticed when I add an osg::Light, then the headlight is 
overridden.  How can I change the light parameters of the SKY_LIGHT or 
HEADLIGHT?

I am using osg version 2.6.

Thanks,
-Ben
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to