Hi all,
Im having a little difficulty with the centre of gravity:
When i do this:
body.setMassParameters(mass, 0, -10, 0, 1, 1, 1, 0, 0, 0);
I get this:
ODE Message 2: vector has zero size (ode/src/odemath.cpp:128)
repeatidly and the whole body shakes and wobbles and eventually flies off the screen.
Any ideas what im doing wrong? Btw, im changing its mass properties after ive added it to the world/space
DP