1
0
Fork 0
fgdata/Aircraft/c172p/Models/Effects/exterior/dirt-tail.eff
Julian Smith 4f260baf43 Aircraft/c172p/Models/Effects/: fix path for Aircraft/c172p/Models/Effects/exterior/dirt.png.
Avoids warnings like: Texture file not found: 'Models/Effects/exterior/dirt.png'
2019-07-09 16:25:11 +01:00

18 lines
769 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<name>Aircraft/c172p/Models/Effects/exterior/dirt-tail</name>
<inherits-from>Aircraft/c172p/Models/Effects/exterior/bumpspec-tail</inherits-from>
<parameters>
<grain-texture-enabled type="int">1</grain-texture-enabled>
<grain-magnification type="float"><use>/environment/aircraft-effects/dirt-tail</use></grain-magnification>
<texture n="7">
<image>Aircraft/c172p/Models/Effects/exterior/dirt.png</image>
<type>2d</type>
<filter>linear-mipmap-linear</filter>
<wrap-s>repeat</wrap-s>
<wrap-t>repeat</wrap-t>
<internal-format>normalized</internal-format>
</texture>
</parameters>
</PropertyList>