Hi Luc, I'm not familiar with VR juggler so can't comment on specifics, its best to ask the VR juggler developers themselves on how easy it is to replace their windowing framework.
As a general OSG note I'd suggest that osgViewer::Viewer, with multiple slave camera, is more appropriate to an immersive display than CompositeViewer as immersive displays typically only have one conceptual view. For instance the osgdistortion example/osgViewer::View::setUpViewAs3DSphericalDisplay has support for a single view set up with 7 slave cameras to render a cube map and associated distortion mesh - it's kinda similar to having 5 slaves required for a cave. Robert. 2008/6/9 Frauciel Luc <[EMAIL PROTECTED]>: > Hi all, > > I'm currently developping VRJuggler/OSG apps, based on osgUtil::SceneView. > I'm considering using osgViewer::CompositeViewer instead. > Does someone have an experience of porting a VRJ/SceneView app to > VRJ/osgViewer ? (I've seen an old thread in the list but no follow up). > I'm looking for hints, examples, whatever that could reduce the pain (since > I've learned the VRJ/OSG mix is always painful). > > Luc > > Luc FRAUCIEL - BRGM > Unité Calcul, 3D et réalité virtuelle > Service Systèmes et Technologies de l'Information > 3, av C. Guillemin BP 36009 - 45060 Orléans Cedex 2, France > Tél. 02 38 64 35 65 > Fax 02 38 64 39 70 > ********************************************************************************************** > > Pensez à l'environnement avant d'imprimer ce message > Think Environment before printing > > Le contenu de ce mél et de ses pièces jointes est destiné à l'usage exclusif > du (des) destinataire(s) désigné > (s) > comme tel(s). > En cas de réception par erreur, le signaler à son expéditeur et ne pas en > divulguer le contenu. > L'absence de virus a été vérifiée à l'émission, il convient néanmoins de > s'assurer de l'absence de > contamination à sa réception. > > The contents of this email and any attachments areconfidential. They are > intended for the named recipient > (s) > only. > If you have received this email in error please notifythe system manager or > the sender immediately and do > not > disclose the contents to anyone or make copies. > eSafe scanned this email for viruses, vandals and malicious content. > > ********************************************************************************************** > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

