summaryrefslogtreecommitdiffstats
path: root/src/extras/shaders/gl3/metalrough.frag
Commit message (Expand)AuthorAgeFilesLines
* Match the Blinn-Phong specular power to be consistent with IBLSean Harmer2017-05-161-33/+28
* Improve the roughness to mip level mappingSean Harmer2017-05-161-10/+61
* Use correct implicit geometric shadowing/masking term in BRDFSean Harmer2017-04-141-1/+1
* MetalRough: Don't call pbrIblModel if we have no env lightKevin Ottens2017-02-241-6/+8
* Integrate the light uniforms in the metal/rough materialsKevin Ottens2017-02-241-13/+122
* Move metal/rough exposure correction in the main() functionsKevin Ottens2017-02-231-3/+3
* Move environment light uniforms in light.inc.fragKevin Ottens2017-02-231-6/+4
* Metal/Rough materials: metallic -> metalnessKevin Ottens2017-02-161-6/+6
* Don't hardcode gamma in metal/rough materialsKevin Ottens2017-01-311-2/+3
* QTexturedMetalRoughMaterial: albedo really is baseColorKevin Ottens2017-01-311-2/+2
* Adding PBR lighting to Qt3DExtrasKevin Ottens2017-01-271-0/+239