Re: [osg-users] Widget and Exception

2008-09-25 Thread Julen García
nviado: miércoles, 24 de septiembre, 2008 15:25:10 Asunto: Re: [osg-users] Widget and Exception 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

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

[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