mmp / pbrt-v4

Source code to pbrt, the ray tracer described in the forthcoming 4th edition of the "Physically Based Rendering: From Theory to Implementation" book.
https://pbrt.org
Apache License 2.0
2.8k stars 429 forks source link

Take the incident `IOR` into account for the `CoatedConductorMaterial` #343

Closed hannes-vernooij closed 1 year ago

hannes-vernooij commented 1 year ago

This takes the incident index of refraction into account when setting the relative index of refraction for coated conductors. fixes #342

mmp commented 1 year ago

Thank you!