Change all Compositor passes implicit attachments
The default implicit attachments are color and depth now.
This commit is contained in:
parent
1215f1eba2
commit
d58ab0d82c
3 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue