Hi Dakota, On Mon, Oct 24, 2011 at 12:57 PM, Jen Hunter <[email protected]> wrote: > I was wondering if there is a way to transform a left-handed modelview matrix > into a right-handed one?
You just an osg::MatrixTransform above your subgraph that use osg::Matrix::scale(sx,sy,sz) with the appropriate scale value. You might also want to apply a rotation as well. I can't recommend specifics in this case as I'm not familiar with the OpenCV coordinate system and frame and what you want to achieve on the OSG side. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

