Re: [osg-users] Complete darkness

2008-02-29 Thread Necdet Can Atesman
Necdet Can Atesman schrieb: Hi folks, I am unable to create complete darkness in osg. I'm setting the only light source to not emit anything, but the objects in my scene are still visible, although very faintly. Is there something wrong with the code, or is it just osg/opengl? osg::Light* light

[osg-users] Complete darkness

2008-02-28 Thread Necdet Can Atesman
Hi folks, I am unable to create complete darkness in osg. I'm setting the only light source to not emit anything, but the objects in my scene are still visible, although very faintly. Is there something wrong with the code, or is it just osg/opengl? osg::Light* light = new osg::Light();