Hi, em using Flight gear 1.9.0 with osg 2.8.0
The terrain and sky is generated in the window using 2 cameras far and near i tried 2 set window color to black using Osg - setColor(osg::Vec4(0.0f, 0.0f, 0.0f, 1.0f)) and even tried with glut - glclearColor(0.0f, 0.0f, 0.0f, 1.0f) but only sky color is set 2 black and terrain and object and still present how can i remove terrain or set it to black .. @cris i tried to set the Nodemask to 0 but code doesn't come out of idle function ... ie window is not loaded :( ... Thank you! Cheers, Shaheed ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=45152#45152 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

