[ODE] 0.8-rc1 released

Gero Müller gero.mueller at cloo.de
Mon Jan 22 10:15:54 MST 2007


hi!

sometime ago i contributed the dMassSetTrimesh function. I forgot the
center of mass calcuation though.

Please add the following 3 lines in mass.cpp (line 406) to correct this
mistake.

   m->_I(0,2) = - density * TP[2];
+  m->c[0] = T1[0] / T0;
+  m->c[1] = T1[1] / T0;
+  m->c[2] = T1[2] / T0;
   
   # ifndef dNODEBUG

does anybody except me use/test this function? 

Gero

Am Montag, den 22.01.2007, 11:47 -0500 schrieb Jason Perkins:
> I just uploaded the first 0.8 release candidate to SourceForge. Let us
> know if you find any issues.
> 
> Enjoy!
> 
> Jason
> _______________________________________________
> ODE mailing list
> ODE at ode.org
> http://mooshika.org/mailman/listinfo/ode



More information about the ODE mailing list