czaloj / bullet

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

Add option to choose internal rayTest method #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

By default, Bullet uses an approximation to perform ray test, to improve 
performance. However, in some cases the results are not very accurate, see

http://bulletphysics.com/Bullet/phpBB3/viewtopic.php?
f=9&t=2887&p=11518#p11518

We should expose the option to choose rayTest method, and document it.

Original issue reported on code.google.com by erwin.coumans on 22 Nov 2008 at 5:48

GoogleCodeExporter commented 9 years ago
Finally fixed, only a few lines of code:
https://code.google.com/p/bullet/source/detail?r=2662

Original comment by erwin.coumans on 12 Sep 2013 at 8:25