Fix airport linear features z-fighting
This commit is contained in:
parent
7f183e0117
commit
ea7b6667f7
1 changed files with 6 additions and 6 deletions
|
@ -61,9 +61,9 @@
|
|||
<image>
|
||||
<use>texture[0]/image</use>
|
||||
</image>
|
||||
<type>
|
||||
<use>texture[0]/type</use>
|
||||
</type>
|
||||
<type>
|
||||
<use>texture[0]/type</use>
|
||||
</type>
|
||||
<filter>
|
||||
<use>texture[0]/filter</use>
|
||||
</filter>
|
||||
|
@ -81,9 +81,9 @@
|
|||
</environment>
|
||||
</texture-unit>
|
||||
<polygon-offset>
|
||||
<factor>-1.0</factor>
|
||||
<units>-1.0</units>
|
||||
<factor>-0.5</factor>
|
||||
<units>-2.0</units>
|
||||
</polygon-offset>
|
||||
</pass>
|
||||
</technique>
|
||||
</PropertyList>
|
||||
</PropertyList>
|
||||
|
|
Loading…
Add table
Reference in a new issue