Expand description
Two-layer material system: user-facing MaterialParams and internal Material.
Users work with MaterialParams (datasheet values like reflectance %, IOR,
transmittance %, thickness, diffusion %). The tracer converts them to the
internal Material enum with physics coefficients automatically.
Structs§
- Material
Params - Material description using manufacturer datasheet values.
Enums§
- Interaction
- Result of a photon-material interaction.
- Material
- Internal material representation with physics coefficients.
Users don’t construct these directly — they are derived from
MaterialParams.