Hello osg users I have a single camera that should render different views of a scene within ONE FRAME. As result every frame should contain all rendered views side by side. Therefor I set different projection rectangles and render views (setViewByMatrix) to the camera while processing a frame.
The problem is, that the function viewer.frame() or camera.frame() always render only for the last adjusted camera setting. Is there a solution to render the scene with one camera several times within one frame? For instance by using the FrameBuffer...? I allready tried to solve the problem by using a couple of cameras to render different views within one frame, but with very poor performance and framerate. Thanks to all... Regards, Tobias
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

