Open psychocoderHPC opened 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.
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.