0c65934c04
* Ambient occlusion in PBR techniques * AO to modulate IBL * AO texture coord fix
8 lines
445 B
XML
8 lines
445 B
XML
<technique vs="PBRLitSolid" ps="PBRLitSolid" psdefines="PBR IBL METALLIC ROUGHNESS">
|
|
<pass name="base" />
|
|
<pass name="light" depthtest="equal" depthwrite="false" blend="add" />
|
|
<pass name="material" psdefines="MATERIAL" depthtest="equal" depthwrite="false" />
|
|
<pass name="deferred" psdefines="DEFERRED" blend="add" />
|
|
<pass name="depth" vs="Depth" ps="Depth" />
|
|
<pass name="shadow" vs="Shadow" ps="Shadow" />
|
|
</technique> |