1
0
Fork 0

Change all Compositor passes implicit attachments

The default implicit attachments are color and depth now.
This commit is contained in:
Fernando García Liñán 2021-07-24 19:22:58 +02:00
parent 1215f1eba2
commit d58ab0d82c
3 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<PropertyList>
<type>csm</type>
<implicit-attachment-mask></implicit-attachment-mask>
<implicit-attachment-mask/>
<effect-scheme>classic-shadow</effect-scheme>
<!-- Only render objects with the CAST_SHADOW bit flag -->
<cull-mask>0x000004</cull-mask>

View file

@ -2,6 +2,7 @@
<PropertyList>
<type>csm</type>
<implicit-attachment-mask/>
<effect-scheme>hdr-shadow</effect-scheme>
<!-- Only render objects with the CAST_SHADOW bit flag -->
<cull-mask>0x000004</cull-mask>

View file

@ -2,7 +2,6 @@
<PropertyList>
<type>scene</type>
<implicit-attachment-mask>depth</implicit-attachment-mask>
<effect-scheme>hdr-envmap</effect-scheme>
<!-- Only render the skydome and terrain -->
<!-- TODO: Explicitly select the LOD level -->