Hi Nick, On Mon, Mar 15, 2010 at 12:55 PM, Trajce (Nick) Nikolov <[email protected]> wrote: > Hi community, > is there a way to flip (mirror along the x axis) a view in a composite > viewer?
Just flip the left/right values of the projection matrix. If face culling is enabled then you'll need to swap the face that gets culled using osg::FrontFace. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

