GpuRaytraceScene work-in-progress, CPU only at the moment.
This commit is contained in:
@@ -41,9 +41,9 @@ public:
|
||||
:useOpenCL(true),
|
||||
preferredOpenCLPlatformIndex(-1),
|
||||
preferredOpenCLDeviceIndex(-1),
|
||||
arraySizeX(2),
|
||||
arraySizeY(2),
|
||||
arraySizeZ(2),
|
||||
arraySizeX(30),
|
||||
arraySizeY(30),
|
||||
arraySizeZ(30),
|
||||
m_useConcaveMesh(false),
|
||||
gapX(14.3),
|
||||
gapY(14.0),
|
||||
|
||||
Reference in New Issue
Block a user