|
|
|
|
|
by mattnewport
2810 days ago
|
|
What you seem to be describing are micro facet models which while commonly used in PBR renderers are not really fundamental to PBR. One of the major things that distinguishes PBR from earlier approaches is trying to ensure BRDFs for non emissive surfaces aren't adding energy by reflecting more total outgoing radiance than incoming radiance. Micro facet models help achieve that but there is also research that tries to more or less directly use measured BRDFs as well as trying to fit micro facet based and other models' parameters to measured data. Of course there are non local scattering effects that are not captured by BRDFs and that can be perceptually important for some materials so there are also extensions like BSDFs used in some PBR renderers. Overall the PBR approach is to try and understand the underlying physics and drop or approximate (in a more or less principled way) the parts that are impractical to simulate or have small perceptual effects in most situations. It's not really about any specific such approximation like micro facet models. "Physically Based" seems like a perfectly good name for this approach, perhaps "Physically Inspired" would have been an appropriate alternative. |
|
Approximations and models need to be made, that's how it works. Yes, you can make it better and better as the hardware improves. And calling it "physically based" sounds fine to me. What doesn't sound fine is to claim that any PBR-related work in the graphics literature today starts from "first principles". First-principles or "ab initio" in physics is a very specific technical word reserved for calculations which really start from first principles (see https://en.wikipedia.org/wiki/Ab_initio_quantum_chemistry_me... for an example) that doesn't get thrown around cheaply.