SDFMetalDemo icon indicating copy to clipboard operation
SDFMetalDemo copied to clipboard

Improve per pixel rendering by combining AO and reflection mapping

Open novocodev opened this issue 8 years ago • 0 comments

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.

novocodev avatar Oct 13 '16 15:10 novocodev