implemented sphere-convex (supports edge and corner-vertex cases)

This commit is contained in:
erwincoumans
2013-04-02 22:09:40 -07:00
parent e38c032280
commit 5c8c8e1cbb
9 changed files with 1708 additions and 303 deletions

View File

@@ -38,9 +38,9 @@ public:
:useOpenCL(true),
preferredOpenCLPlatformIndex(-1),
preferredOpenCLDeviceIndex(-1),
arraySizeX(1),
arraySizeY(2),
arraySizeZ(1),
arraySizeX(25),
arraySizeY(23),
arraySizeZ(23),
m_useConcaveMesh(false),
gapX(14.3),
gapY(14.0),