[ODE] 0.9-rc1

David Walters hidden.asbestos at googlemail.com
Fri Oct 5 03:50:57 MST 2007


> > > Oleh fixed some of the main issues with 0.9-rc1
> > > Personally, I think we're pretty close to a 0.9 that we have decent
> > > trust in.

Hi, I've fallen out of reading this mailing list for ages and coming
back to find almost 50 unread mails on the SVN list was pretty cool.
I've compiled 0.9 rc1 on VS2005 and found it had only 1 warning, so I
submitted a patch for it... I don't have SVN on this machine any more,
but it's a one line change I hope we can sneak in?

--------

--- GIMPACT\src\gim_trimesh.cpp	2007-08-22 01:34:06.000000000 +-0100
+++ GIMPACT\src\gim_trimesh.cpp	2007-10-05 11:40:45.000000000 +-0100
@@ -322,13 +322,13 @@

     //verify planes cache
-    char bit_eval;
+    GUINT bit_eval;
     GIM_BITSET_GET(trimesh->m_planes_cache_bitset,triangle_index,bit_eval);
     if(bit_eval == 0)// Needs to calc the planes
     {
         //Calc the face plane


--------

Regards,
David Walters


More information about the ODE mailing list