a3a8f9123e
- Remove all Compositor Effects and Shaders. - Unify the low-spec and ALS pipelines in a single pipeline called 'Classic'. - Readd shadow mapping. - Move the WS30 Effect and fragment shader out of the Compositor-specific directories.
19 lines
521 B
XML
19 lines
521 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PropertyList>
|
|
<name>Effects/Fallback/classic-shadow</name>
|
|
<technique n="1000">
|
|
<scheme>classic-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>
|