Closed GoogleCodeExporter closed 9 years ago
That sounds reasonable.
I suppose
c.m_c3 = fv.length()<(btFabs(dn)*fc)?0:1-fc;
or
btScalar tmp = (btFabs(dn)*fc);
c.m_c3 = fv.length2()<tmp*tmp?0:1-fc;
Do you mind creating a suggested patch for both?
Original comment by erwin.coumans
on 30 Mar 2012 at 7:25
Patch attached. It squares the RHS. Tested with the SoftDemo demos.
Original comment by ja...@orcon.net.nz
on 5 Apr 2012 at 8:29
Attachments:
I finally got to apply the patch:
http://code.google.com/p/bullet/source/detail?r=2545
Thanks for your help!
Original comment by erwin.coumans
on 31 Jul 2012 at 5:03
Original issue reported on code.google.com by
ja...@orcon.net.nz
on 29 Mar 2012 at 2:02