2009/4/16 Großer Martin <[email protected]> > Hello Robert, > > I'm sorry, thats right. I mean the osgvertexprogram. This example use a > Skybox. When I zoom out or when I use a bigger scene then I get > artefacts in the Skybox. When I change the following line from ... > > clearNode->setRequiresClear(false); > > ... in ... > > clearNode->setRequiresClear(true); > > ... then the environment sphere go missing and I see the clear color. > > Now again my questions. Is the problem the distance of the far clipping > plane? And I think the environment sphere is translate with the eye > position? >
I didn't write the example. But best guess would be that sphere gets culled or something similar. Robert.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

