Disable directional lighting as workaround.
Apparent unstable normals in taxiway lights cause lighting to vary by view direction. Temporary fix for V3.4 release.
This commit is contained in:
parent
1c7825cc8f
commit
28091e91a5
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@
|
||||||
<uniform>
|
<uniform>
|
||||||
<name>is_directional</name>
|
<name>is_directional</name>
|
||||||
<type>bool</type>
|
<type>bool</type>
|
||||||
<value><use>light-directional</use></value>
|
<!-- Short-term fix for unstable normals in taxiway lights -->
|
||||||
|
<value>false</value>
|
||||||
</uniform>
|
</uniform>
|
||||||
<uniform>
|
<uniform>
|
||||||
<name>texture</name>
|
<name>texture</name>
|
||||||
|
|
Loading…
Reference in a new issue