Fix shadows on Mac OS
This commit is contained in:
parent
a00f7ddfaf
commit
46b1cd62f7
3 changed files with 1 additions and 2 deletions
|
@ -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 -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue