expose gravity to host

prettify convex demo
This commit is contained in:
erwin coumans
2013-03-22 14:14:54 -07:00
parent 9997e45dcb
commit 47344ec500
10 changed files with 65 additions and 105 deletions

View File

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