dd2ac0a32e
- 1-bit transparency for shadow mapping. - Several effects ported to the Compositor. - Miscellaneous fixes to Compositor Effects.
19 lines
500 B
XML
19 lines
500 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PropertyList>
|
|
<name>Effects/ALS/shadow-pass</name>
|
|
<technique>
|
|
<scheme>als-shadow</scheme>
|
|
<pass>
|
|
<lighting>false</lighting>
|
|
<color-mask type="vec4d">0 0 0 0</color-mask>
|
|
<cull-face>back</cull-face>
|
|
<blend>
|
|
<active>false</active>
|
|
</blend>
|
|
<alpha-test>
|
|
<comparison>greater</comparison>
|
|
<reference type="float">0.5</reference>
|
|
</alpha-test>
|
|
</pass>
|
|
</technique>
|
|
</PropertyList>
|