Hi, sorry here it is
Code: osg::ref_ptr<osg::Camera> RTTCamera = createRTTCamera(osg::Camera::COLOR_BUFFER, rttTexture.get(), 1); then I add to this camera the needed geometry and at the camera to the scene graph Code: RTTCamera->addChild(geometry.get()); root->addChild(RTTCamera.get()); root->addChild(geometry.get()); root->addChild(rttQuad.get()); Between these steps I do nothing else with the rtt camera. In the createRTTCamera function I set the ReferenceFrame to "ABSOLUTE_RF" ... Thank you! Cheers, Andreas ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=63407#63407 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

