add support for BVH acceleration for concave trianglemesh collision against convex hulls

bugfix/improvement in batching
This commit is contained in:
erwin coumans
2013-03-20 23:37:34 -07:00
parent 9a693fb850
commit b4f9416cdf
20 changed files with 760 additions and 690 deletions

View File

@@ -34,13 +34,13 @@ public:
:useOpenCL(true),
preferredOpenCLPlatformIndex(-1),
preferredOpenCLDeviceIndex(-1),
arraySizeX(5),
arraySizeY(5 ),
arraySizeZ(5),
arraySizeX(30),
arraySizeY(10 ),
arraySizeZ(30),
m_useConcaveMesh(false),
gapX(4.3),
gapY(2.0),
gapZ(4.3),
gapX(6.3),
gapY(12.0),
gapZ(6.3),
m_instancingRenderer(0),
m_window(0)
{