1
0
Fork 0

Fix shadows on Mac OS

This commit is contained in:
Fernando García Liñán 2021-07-29 15:49:43 +02:00
parent a00f7ddfaf
commit 46b1cd62f7
3 changed files with 1 additions and 2 deletions

View file

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

View file

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

View file

@ -2,6 +2,7 @@
<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 -->