1
0
Fork 0
fgdata/Compositor/Effects/cropgrass.eff
2019-10-26 01:42:48 +02:00

25 lines
765 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<PropertyList>
<name>Effects/cropgrass</name>
<inherits-from>Effects/crop</inherits-from>
<parameters>
<texture n="2">
<image>Textures/Terrain/cropgrass.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>
<texture n="3">
<image>Textures/Terrain/cropgrass-colors.png</image>
<type>1d</type>
<filter>linear-mipmap-linear</filter>
<wrap-s>mirror</wrap-s>
<internal-format>normalized</internal-format>
</texture>
<snow-level>
<use>/environment/snow-level-m</use>
</snow-level>
</parameters>
</PropertyList>