Position-Normal Manifold for Efficient Glint Rendering on High-Resolution Normal Maps
Liwen Wu, Fujun Luan, Miloš Hašan, Ravi Ramamoorthi
TL;DR
The paper introduces a position-normal manifold framework to render glinty effects from high-resolution normal maps by recasting P-NDF evaluation as 4D mesh intersections and projecting onto the normal plane, yielding an exact and significantly faster solution than prior convolved or GP-based methods. A mesh-cluster hierarchy accelerates large-footprint queries, and an analytic shadow-masking derivation enables accurate shading for both specular and diffuse components. The approach achieves similar glint realism to prior baselines while delivering substantial speedups (notably for large footprints) and provides a practical path to anti-aliased diffuse reflections through the projected-area formulation. Overall, the method enhances high-frequency glint rendering on normal maps and offers insights for efficient microstructure-aware shading in production renderers, with avenues for future work in clustering optimization, multiple scattering, and wave-optics modeling.
Abstract
Detailed microstructures on specular objects often exhibit intriguing glinty patterns under high-frequency lighting, which is challenging to render using a conventional normal-mapped BRDF. In this paper, we present a manifold-based formulation of the glint normal distribution functions (NDF) that precisely captures the surface normal distributions over queried footprints. The manifold-based formulation transfers the integration for the glint NDF construction to a problem of mesh intersections. Compared to previous works that rely on complex numerical approximations, our integral solution is exact and much simpler to compute, which also allows an easy adaptation of a mesh clustering hierarchy to accelerate the NDF evaluation of large footprints. Our performance and quality analysis shows that our NDF formulation achieves similar glinty appearance compared to the baselines but is an order of magnitude faster. Within this framework, we further present a novel derivation of analytical shadow-masking for normal-mapped diffuse surfaces -- a component that is often ignored in previous works.
