609f7de618
* New PBR techniques. New PBR terrain shader. Skybox shader fixed. * Bug fix in original terrain and missing techniques. * PR cleanup * Skybox.glsl cleanup * Terrain added to PBR sample
5 lines
270 B
XML
5 lines
270 B
XML
<technique vs="PBRLitSolid" ps="PBRLitSolid" vsdefines="NOUV" psdefines="PBR IBL">
|
|
<pass name="alpha" depthwrite="false" blend="alpha" />
|
|
<pass name="litalpha" depthwrite="false" blend="addalpha" />
|
|
<pass name="shadow" vs="Shadow" ps="Shadow" />
|
|
</technique> |