C++: Dynamic / Hierarchical Occlusion Mapping Algorithm
One of my projects for CS300 (a graphics course at DigiPen) was to implement hierarchical occlusion mapping, a technique that can potentially reduce scene complexity dramatically by using occluders to hide small, detailed objects. Process The objects that are flagged as occluders are rendered in a first pass to a low resolution render target. This [...]
