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.
16 lines
437 B
XML
16 lines
437 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PropertyList>
|
|
<type>scene</type>
|
|
<use-shadow-pass>csm0</use-shadow-pass>
|
|
<use-shadow-pass>csm1</use-shadow-pass>
|
|
<use-shadow-pass>csm2</use-shadow-pass>
|
|
<use-shadow-pass>csm3</use-shadow-pass>
|
|
<binding>
|
|
<buffer>sun-shadowmap-atlas</buffer>
|
|
<unit>10</unit>
|
|
<condition>
|
|
<property>/sim/rendering/shadows/enabled</property>
|
|
</condition>
|
|
</binding>
|
|
</PropertyList>
|