Hi, I'm working on an application that's based on the osgstereoimage example, what I'm having trouble with is saving out the scene to an image using writeImageFile. The image is created fine using readPixels inside a custom DrawCallback attached to the cameras FinalDrawCallback, however only one image of the stereo pair is "captured", the stereo effect is not written out to the image. I'm guessing this is because the stereo effect takes place after the cameras FinalDrawCallback, does anyone have any idea how you would go about capturing the stereo effect into a image file. ...
Thank you! Cheers, Nathan ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=23318#23318 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

