Sort Earthview cloudlayer into depth-ordered render bin to avoid z-ordering issues
This commit is contained in:
parent
f7aabb85c1
commit
8283c215c8
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PropertyList>
|
||||
<name>Effects/planet</name>
|
||||
<name>Effects/planet-cloudlayer</name>
|
||||
<!-- <inherits-from>Effects/shadow</inherits-from> -->
|
||||
<parameters>
|
||||
<texture n ="0">
|
||||
|
@ -77,6 +77,10 @@
|
|||
<rendering-hint>
|
||||
<use>rendering-hint</use>
|
||||
</rendering-hint>
|
||||
<render-bin>
|
||||
<bin-number>111</bin-number>
|
||||
<bin-name>DepthSortedBin</bin-name>
|
||||
</render-bin>
|
||||
<texture-unit>
|
||||
<!-- The texture unit is always active because the shaders expect
|
||||
that. -->
|
||||
|
|
Loading…
Reference in a new issue