Add missing uniform to model-combined technique 5. This should fix the lighting issues with the sky-dome shaders active and landmass
slider at 4. Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
This commit is contained in:
parent
5d65bbd16c
commit
ce08a30a58
1 changed files with 7 additions and 0 deletions
|
@ -119,6 +119,13 @@
|
||||||
<type>float</type>
|
<type>float</type>
|
||||||
<value><use>scattering</use></value>
|
<value><use>scattering</use></value>
|
||||||
</uniform>
|
</uniform>
|
||||||
|
<uniform>
|
||||||
|
<name>terminator</name>
|
||||||
|
<type>float</type>
|
||||||
|
<value>
|
||||||
|
<use>terminator</use>
|
||||||
|
</value>
|
||||||
|
</uniform>
|
||||||
<uniform>
|
<uniform>
|
||||||
<name>texture</name>
|
<name>texture</name>
|
||||||
<type>sampler-2d</type>
|
<type>sampler-2d</type>
|
||||||
|
|
Loading…
Reference in a new issue