Fix taxiway flickering at lower shader quality levels
This commit is contained in:
parent
3943fcb9cc
commit
6a15207b42
1 changed files with 10 additions and 2 deletions
|
@ -88,9 +88,17 @@
|
||||||
</environment>
|
</environment>
|
||||||
</texture-unit>
|
</texture-unit>
|
||||||
<polygon-offset>
|
<polygon-offset>
|
||||||
<factor>-0.5</factor>
|
<factor>-2.0</factor>
|
||||||
<units>-2.0</units>
|
<units>-5.0</units>
|
||||||
</polygon-offset>
|
</polygon-offset>
|
||||||
</pass>
|
</pass>
|
||||||
</technique>
|
</technique>
|
||||||
|
<technique n="5">
|
||||||
|
<pass n="0">
|
||||||
|
<polygon-offset>
|
||||||
|
<factor>-2.0</factor>
|
||||||
|
<units>-5.0</units>
|
||||||
|
</polygon-offset>
|
||||||
|
</pass>
|
||||||
|
</technique>
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
Loading…
Add table
Reference in a new issue