Hi Laith, On 12 September 2012 11:03, Laith Dhawahir <[email protected]> wrote: > How can I change or set the camera default light ?
You don't set a Camera's default light, rather you can set a View's default light, see include/osg/View or provide the appropriate Light via an osg::LightSource placed into the scene graph. Note, that osgViewer::Viewer subclasses from osg::View (via osgViewer::View). Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

