[ODE] AMD x86_64 dMassCheck() and bNormalizationResult errors
Bram Stolk
b.stolk at gmail.com
Mon Nov 19 08:26:11 MST 2007
On Nov 18, 2007 12:08 AM, Funky Fred <funkyfredmale at hotmail.com> wrote:
>
> bool PhysicsEngine::setMass( const string& name, double mass )
> {
> ...
> dMass dmass;
> dMassSetZero( &dmass );
> //dMassAdjust( &dmass, mass );
> dmass.mass = mass;
> dBodySetMass( bodies[name], &dmass );
> return true;
>
> }
>
>
What value do you feed into this function for mass?
Are you sure it is non-zero, and not NaN ?
Bram
--
Zapp: Captain's log, stardate...er..
Kif: Ohhh. April 13th.
Zapp: April 13th. Point 2.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ode.org/pipermail/ode/attachments/20071119/0782fbe8/attachment.htm
More information about the ODE
mailing list