f7aabb85c1
* new textures for EarthView ( https://forum.flightgear.org/viewtopic.php?f=5&t=29780&p=289106#p289106 ) * change location of earthview textures to Models/Astro/Textures/* * change pale_blue_aug_??.png world tiles to Textures/world_??.png * change clouds_??.png to Textures/clouds_??.png * change corresponding xml accordingly
16 lines
407 B
XML
16 lines
407 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PropertyList>
|
|
<name>planet-S4</name>
|
|
<inherits-from>Effects/planet</inherits-from>
|
|
<parameters>
|
|
<texture n="1">
|
|
<image>Models/Astro/Textures/clouds_S4.png</image>
|
|
<filter>linear-mipmap-linear</filter>
|
|
<wrap-s>repeat</wrap-s>
|
|
<wrap-t>repeat</wrap-t>
|
|
<internal-format>normalized</internal-format>
|
|
</texture>
|
|
</parameters>
|
|
|
|
|
|
</PropertyList>
|