[ODE] Object speed

Daniel Leyden daniel.leyden at gmail.com
Sat Nov 27 21:05:13 MST 2004


The previous posts answer your question, I just thought I would point out 
that the following lines of code dont actually seem to do anything. Or 
perhaps im just going code blind.

>        if( BodyPos.posX < 0 ) BodyPos.posX * -1;
>        if( BodyPos.posY < 0 ) BodyPos.posY * -1;
>        if( BodyPos.posZ < 0 ) BodyPos.posZ * -1;



More information about the ODE mailing list