add support for compound hulls against concave triangle mesh
This commit is contained in:
@@ -38,9 +38,9 @@ public:
|
||||
:useOpenCL(true),
|
||||
preferredOpenCLPlatformIndex(-1),
|
||||
preferredOpenCLDeviceIndex(-1),
|
||||
arraySizeX(41),
|
||||
arraySizeY(41),
|
||||
arraySizeZ(41),
|
||||
arraySizeX(11),
|
||||
arraySizeY(11),
|
||||
arraySizeZ(11),
|
||||
m_useConcaveMesh(false),
|
||||
gapX(14.3),
|
||||
gapY(14.0),
|
||||
|
||||
Reference in New Issue
Block a user