Why is this in RenderStage::draw(): Code:
// note, SceneView does call to drawPreRenderStages explicitly // so there is no need to call it here. drawPreRenderStages(renderInfo,previous); Seems to be a strange cpairing of comment and code. This seems to mean that the Pre Render scene portion of the scene graph is being rendered twice. Once in SceneView and another time in RenderStage Am I missing something? Paul P. ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=30293#30293 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

