[Fluxus] balljoints breaking

Dave Griffiths dave at pawfal.org
Sun Feb 10 13:27:10 PST 2008


On Sat, 2008-02-09 at 14:00 +0100, andersvi at extern.uio.no wrote:
> >>>>> "D" == Dave Griffiths <dave at pawfal.org> writes:
> 
>     D> Ok, so the interesting thing was why it worked on my machine :)
>     D> It was initialising balljoints as hinge2joints.
> 
>     D> fix in cvs
> 
> Sorry, but im still fighting with this in 0.15.
> 
> Does examples/physics-joints.scm work in your version?

yes - using ode 0.5, but it sort of worked before the bugfix too :/

are you sure you're running 'fluxus-0.15' to test it rather than
'fluxus'?

the fix was on line 730 of fluxus/libfluxus/Physics.cpp - it should
read: 
dJointID j = dJointCreateBall(m_World,0);
rather than:
dJointID j = dJointCreateHinge2(m_World,0);

are you still getting the same error message too?

cheers,

dave




More information about the Fluxus mailing list