Re: [osg-users] Widget and Exception

2008-09-24 Thread Jeremy Moles
On Tue, 2008-09-23 at 09:23 +, Julen García wrote:
 Hello,
 
 I have downloaded the 2.6 version and I'm trying to add widget
 components to my project. All is ok but when I pass the mouse on a 3D
 object of my scene, an exception occurs

Sorry for the late response; I was out of the office yesterday and can
only send e-mail from physically inside my office.

This bug was fixed in the SVN trunk a week ago. I can e-mail you the
patch directly, if you'd like, or you can use trunk. Just let me
know. :)

 I use this function to start my project
 
 return osgWidget::createExample(viewer, wm, myScene-getScene());
 
 That is ok? If I use return osgWidget::createExample(viewer, wm); my
 scene doesn't appears. I've tried to call first
 viewer.setSceneData(myScene-getScene()); but it doesn't work.
 
 Thanks in advance
 
 
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

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


[osg-users] Widget and Exception

2008-09-23 Thread Julen García
Hello,

I have downloaded the 2.6 version and I'm trying to add widget components to my 
project. All is ok but when I pass the mouse on a 3D object of my scene, an 
exception occurs

I use this function to start my project

return osgWidget::createExample(viewer, wm, myScene-getScene());

That is ok? If I use return osgWidget::createExample(viewer, wm); my scene 
doesn't appears. I've tried to call first 
viewer.setSceneData(myScene-getScene()); but it doesn't work.

Thanks in advance



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