A material model for a practical renderer
A Fresnel Model for Coated Materials was published in Eurographics 2024 Short Papers. It proposes an analytical RGB model for the Fresnel reflectance of coated conductors, targeting real-time path tracing.
The model improves approximation accuracy over the comparison approaches described in the paper. Its coefficients are fitted to measured spectral datasets for conductors, then compressed to reduce memory requirements while maintaining quality.
Why the implementation matters
A renderer needs a material model that can be evaluated within its execution and storage constraints. This work connects an optical behaviour to an analytical form suited to that environment. Both quantitative and visual comparisons are included in the publication.
The model is also cited in the 2025 mobile NRC paper as part of Breda’s material context, connecting material research to the wider light-transport programme.
Work with us