0c65934c04
* Ambient occlusion in PBR techniques * AO to modulate IBL * AO texture coord fix
5 lines
271 B
XML
5 lines
271 B
XML
<technique vs="PBRLitSolid" ps="PBRLitSolid" vsdefines="AO" psdefines="AO PBR IBL">
|
|
<pass name="alpha" depthwrite="false" blend="alpha" />
|
|
<pass name="litalpha" depthwrite="false" blend="addalpha" />
|
|
<pass name="shadow" vs="Shadow" ps="Shadow" />
|
|
</technique> |