added GpuSphereDemo (broken on NVIDIA GPU)

This commit is contained in:
erwincoumans
2013-04-02 13:21:45 -07:00
parent 2aa2de45bc
commit 1ebcc78280
7 changed files with 269 additions and 8 deletions

View File

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