blender/source/gameengine/Physics
Erwin Coumans b5a2d7f15e Bugfix for #26795 and #26917, Fix a bug that cause the radar sensor to break
Never memset(&ob, 0,sizeof(class)) when there is a constructor, it overrides all memory.
The problem was that the memset(0) was setting the scaling to (0,0,0), the height of the cone became 'infinity' 
so GJK would iterate 'MAX_ITER' without converging due to this #NAN value
2011-04-20 04:55:58 +00:00
..
Bullet Bugfix for #26795 and #26917, Fix a bug that cause the radar sensor to break 2011-04-20 04:55:58 +00:00
common update Bullet physics sdk to latest trunk/version 2.78 2011-03-12 20:34:17 +00:00
Dummy doxygen: gameengine/Physics tagged. 2011-02-25 13:37:23 +00:00