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>
|
<PropertyList>
|
||||||
<type>csm</type>
|
<type>csm</type>
|
||||||
<implicit-attachment-mask></implicit-attachment-mask>
|
<implicit-attachment-mask/>
|
||||||
<effect-scheme>classic-shadow</effect-scheme>
|
<effect-scheme>classic-shadow</effect-scheme>
|
||||||
<!-- Only render objects with the CAST_SHADOW bit flag -->
|
<!-- Only render objects with the CAST_SHADOW bit flag -->
|
||||||
<cull-mask>0x000004</cull-mask>
|
<cull-mask>0x000004</cull-mask>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<type>csm</type>
|
<type>csm</type>
|
||||||
|
<implicit-attachment-mask/>
|
||||||
<effect-scheme>hdr-shadow</effect-scheme>
|
<effect-scheme>hdr-shadow</effect-scheme>
|
||||||
<!-- Only render objects with the CAST_SHADOW bit flag -->
|
<!-- Only render objects with the CAST_SHADOW bit flag -->
|
||||||
<cull-mask>0x000004</cull-mask>
|
<cull-mask>0x000004</cull-mask>
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<type>scene</type>
|
<type>scene</type>
|
||||||
<implicit-attachment-mask>depth</implicit-attachment-mask>
|
|
||||||
<effect-scheme>hdr-envmap</effect-scheme>
|
<effect-scheme>hdr-envmap</effect-scheme>
|
||||||
<!-- Only render the skydome and terrain -->
|
<!-- Only render the skydome and terrain -->
|
||||||
<!-- TODO: Explicitly select the LOD level -->
|
<!-- TODO: Explicitly select the LOD level -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue