Hi Robert, Sorry for the delayed response, I did not read your e-mail until today, gmail messed up the notifications :(
Regarding the multiview approach, it doesn't matter how you set the layout, I usually use a grid because is more compact when doing the RTT. The stereo computing is always horizontal as the current displays only support horizontal parallax. So answering your question, Yes, a callback per slave computing each frame the matrix offsets should be enough. I was using a similar approach. Rafa, 2013/4/10 Robert Osfield <[email protected]> > Hi Rafa, > > > On 3 April 2013 09:48, Rafa Gaitan <[email protected]> wrote: > >> I'm not sure if the refactor will affect the way that stereo will be >> managed, but currently also exists auto-stereoscopic displays, which means >> that not only find the classical two-view stereo but many views (8 or 9 are >> the most common) and even in mobile devices it's also possible to find >> auto-stereoscopic displays. >> > > What is the layout of the views? Are they all horizontal, or arranged in > a grid? Do they form and arc or in a plane? > > The reason for my question is I'm currently working on a slave update > callback that computes the projection and view matrix offsets per frame, > and believe that one callback class could be used for both stereo and > multiple views. For each slave camera we instantiate this callback, each > time with a different horizontal and vertical offset scale to specialize it > specifically for that camera's eye offset. > > Robert. > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > -- Rafael Gaitán Linares CTO at Mirage Technologies S.L - http://www.mirage-tech.com
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

