Closed psychocoderHPC closed 4 years ago
The newly introduced CMake flag ISAAC_AO_BUG_FIX introduced in #112 is not given to the compiler and therefore ambient occlusion is still broken.
ISAAC_AO_BUG_FIX
see: https://github.com/ComputationalRadiationPhysics/isaac/pull/112/files#r518781765
The define must be added via cmake target compile definitions.
dublicate of #120 (cmake was showing an error but was creating the issue)
The newly introduced CMake flag
ISAAC_AO_BUG_FIX
introduced in #112 is not given to the compiler and therefore ambient occlusion is still broken.see: https://github.com/ComputationalRadiationPhysics/isaac/pull/112/files#r518781765
The define must be added via cmake target compile definitions.