9On Thu, 2010-09-23 at 09:30 +0200, lucie lemonnier wrote:
> Hi,
> 
> I use VRJuggler and OSG to create an application on a VR system and I want to 
> use osgWidget. But VRJuggler uses osgUtil::SceneView instead of osgViewer, I 
> wanted to know if it is possible to use osgWidget with osgUtil::SceneView?
> 
> Thank you!

osgWidget uses osgViewer::View::computeIntersections() to do picking. I
don't think it will be possible to use SceneView in it's place without
overcoming this dependency.

In fact, I had always lamented the WindowManager's need for a View
pointer, but I needed to use it for picking and so it developed thusly.

> Cheers,
> lucie
> 
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=31957#31957
> 
> 
> 
> 
> 
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> 

-- 
Follow us on Twitter! http://twitter.com/emperorlinux

EmperorLinux, Inc.
http://www.emperorlinux.com
1-888-651-6686

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to