Explores using spatial hashing as a memory-efficient alternative to 3D textures for storing raytraced ambient occlusion data. The technique quantizes 3D space into cells indexed by hash values derived from world position and surface normals, enabling caching and reuse of RTAO calculations for static scenes. Implementation
Sort: