harrison-lucas / bullet

Automatically exported from code.google.com/p/bullet
Other
0 stars 0 forks source link

Parallel constraint solver does not work when compiled with USE_DOUBLE_PRECISION #728

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example, if you compile the MultiThreadedDemo with the USE_DOUBLE_PRECISION 
flag set, all of the objects will immediately disappear.

I've attached a patch that fixes this issue by replacing the vmVector3 cast 
with btReadVector3.

Original issue reported on code.google.com by cameronw...@gmail.com on 30 Jul 2013 at 2:09

Attachments:

GoogleCodeExporter commented 9 years ago
applied in latest trunk,
thanks for the contribution!
https://code.google.com/p/bullet/source/detail?r=2656

Original comment by erwin.coumans on 10 Sep 2013 at 9:27