1
0
Fork 0
fgdata/Compositor/Classic/csm-pass.xml
Fernando García Liñán a3a8f9123e Make Compositor default
- 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.
2020-11-16 13:46:30 +01:00

16 lines
463 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<type>csm</type>
<effect-scheme>classic-shadow</effect-scheme>
<!-- Only render objects with the CAST_SHADOW bit flag -->
<cull-mask>0x000004</cull-mask>
<render-at-night>false</render-at-night>
<condition>
<property>/sim/rendering/shadows/enabled</property>
</condition>
<attachment>
<buffer>sun-shadowmap-atlas</buffer>
<component>depth</component>
</attachment>
</PropertyList>