]> git.tdb.fi Git - libs/gl.git/commit
Add a PBR material type and corresponding shader
authorMikko Rasa <tdb@tdb.fi>
Tue, 23 Jun 2020 14:06:30 +0000 (17:06 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 23 Jun 2020 14:35:09 +0000 (17:35 +0300)
commitf7d6481be3511153ded018e119bcac852faa0766
tree3d6123090f3855feec500b6e8a6c0a9e6e95a12d
parent146df2d02940a04aeafe854bdd981a1489cc80b3
Add a PBR material type and corresponding shader
shaderlib/cooktorrance.glsl [new file with mode: 0644]
shaderlib/msp_interface.glsl
source/material.cpp
source/pbrmaterial.cpp [new file with mode: 0644]
source/pbrmaterial.h [new file with mode: 0644]