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>
|
||||
</texture-unit>
|
||||
<polygon-offset>
|
||||
<factor>-0.5</factor>
|
||||
<units>-2.0</units>
|
||||
<factor>-2.0</factor>
|
||||
<units>-5.0</units>
|
||||
</polygon-offset>
|
||||
</pass>
|
||||
</technique>
|
||||
<technique n="5">
|
||||
<pass n="0">
|
||||
<polygon-offset>
|
||||
<factor>-2.0</factor>
|
||||
<units>-5.0</units>
|
||||
</polygon-offset>
|
||||
</pass>
|
||||
</technique>
|
||||
</PropertyList>
|
||||
|
|
Loading…
Add table
Reference in a new issue