Hi Zach, On 9/4/07, Zach Deedler <[EMAIL PROTECTED]> wrote: > Anybody know how to modify osgprerender to only update the texture every > other frame? My goal is to only update the texture if there is time left in > a frame to do so. This will allow rear-view mirror scenes to not affect > performance.
You can use a cull callback on the osg::Camera or node mask, or a switch/sequence above the osg::Camera to toggle it one/off. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

