SDFMetalDemo
SDFMetalDemo copied to clipboard
Improve per pixel rendering by combining AO and reflection mapping
Currently the renderer runs separate loops for Ambient Occlusion and Reflection mapping.
It should be more efficient to run a single loop that tests for both cases.