Re: [osg-users] Runtime error in ODE tutorial

2008-11-11 Thread Janusz
Filip: I would guess you are missing this line in your code: // 9.3. Call collision detection. dSpaceCollide (Space, 0, NearCallback); Try to review your code for any missing ODE function calls. The example runs just fine (w/o osgviewer). Regards, Janusz Filip R. Andersson pisze: Hi all, I

[osg-users] Runtime error in ODE tutorial

2008-11-10 Thread Filip R. Andersson
Hi all, I downloaded the ODE tutorial from the following page: http://www.openscenegraph.org/projects/osg/attachment/wiki/Support/Tutorials/LMBs_ODE_Demo.zip The code uses OSGProducer and since I don't have Producer or OSGProducer installed on my machine I made some minor changes in the code to u