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