Hi Luigi, "Luigi LANEVE" writes:
> Hi, > I want to realize something similar to osgstereoimage application, in order > to visualize left_image.jpeg on left eye and righ_image.jpeg on right eye. > > My visualization HW is composed by: > - HMD : PC3D SVGA Glasses, IO-Display, DDC stereo Protocol > - Graphic CARD: QUADRO FX 540 Graphic card. > > For a standard 3D application i set the QUAD_BUFFER stereo mode and i see in > stereo ie with a simple osgviewer commnad. > > My question is: > How can i draw image_left in the left buffer and image_right in the right > buffer... is it possible? > Any idea in order to obtain this goal? > Just make a quad that fills the whole screen and put the left and right images in either sides of it. Use the orthographic perspective for that. Using the stereo mode, you will see every image in its own channel. Regards, Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

