Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
0.8.4:pbr-material [2022/06/17 09:44] – [Physically Based Rendering Material (TGorillaPBRMaterialSource)] admin0.8.4:pbr-material [2022/06/17 09:45] – [Physically Based Rendering Material (TGorillaPBRMaterialSource)] admin
Line 2: Line 2:
  
 In v0.8.4.2314 we introduced the first version of our physically based rendering material TGorillaPBRMaterialSource which is inherited from the [[pom-material|TGorillaPOMMaterialSource]] (TGorillaDefaultMaterialSource) and supports multiple lights, shadowing, fog rendering, clipping and much more. In v0.8.4.2314 we introduced the first version of our physically based rendering material TGorillaPBRMaterialSource which is inherited from the [[pom-material|TGorillaPOMMaterialSource]] (TGorillaDefaultMaterialSource) and supports multiple lights, shadowing, fog rendering, clipping and much more.
 +
 +===== Definiton =====
 +
  
 Physically based rendering (PBR) is a computer graphics approach that seeks to render images in a way that models the flow of light in the real world. Many PBR pipelines aim to achieve photorealism. 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. Physically based rendering (PBR) is a computer graphics approach that seeks to render images in a way that models the flow of light in the real world. Many PBR pipelines aim to achieve photorealism. 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.