Blender Git Commit Log

Git Commits -> Revision b5a2d7f

Revision b5a2d7f by Erwin Coumans (master)
April 20, 2011, 04:55 (GMT)
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

Commit Details:

Full Hash: b5a2d7f15e2ae60d51c049e56346d058d7c5cb0f
SVN Revision: 36234
Parent Commit: 37fcffd
Lines Changed: +38, -2

2 Modified Paths:

/source/gameengine/Physics/Bullet/CcdPhysicsController.h (+33, -1) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp (+5, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021