Physically Based Rendering: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{lang|Physically Based Rendering}} '''Physically based rendering''' ('''PBR''') is an approach in computer graphics that seeks to render graphics in a way that more accurate...") |
GamerDude27 (talk | contribs) mNo edit summary |
||
Line 4: | Line 4: | ||
== In Source == | == In Source == | ||
{{Game link|Source}} does not ship with PBR by default. However, there have been attempts to address the absence of it. | |||
== See Also == | == See Also == |
Revision as of 13:13, 21 March 2020
Physically based rendering (PBR) is an approach in computer graphics that seeks to render graphics in a way that more accurately models the flow of light in the real world. Many PBR pipelines have the accurate simulation of photorealism as their goal. Feasible and quick approximations of the bidirectional reflectance distribution function and rendering equation are of mathematical importance in this field. Photogrammetry may be used to help discover and encode accurate optical properties of materials. Shaders may be used to implement PBR principles.
In Source
Source does not ship with PBR by default. However, there have been attempts to address the absence of it.