...
- Debug dump configuration (
SetStateDumpFolder()
andSetStateDump()
) - Parallelism configuration (
SetCpuThreadMax()
,SetCpuGpuMode()
,SetMaxConcurrentRays()
) - Version compatiblity (
SetMinimumCompatibleVersion()
)
Key
Excerpt | ||
---|---|---|
| ||
System assignment
Before the main precompute can begin, geometry needs to be assigned to systems, and the dependencies between systems must be defined.
...