1
0
Fork 0
fgdata/Compositor/Classic/csm-pass.xml

18 lines
519 B
XML
Raw Normal View History

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