mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:46:49 +00:00
Fix some unused extra materials in trees and geology reported in validator.py.
This was SVN commit r26399.
This commit is contained in:
@@ -41,5 +41,5 @@
|
||||
<mesh>gaia/pine_black_3_live.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
<material>basic_trans_wind.xml</material>
|
||||
<material>basic_trans_wind_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
||||
@@ -21,5 +21,5 @@
|
||||
<mesh>gaia/pine_black_3_live.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
<material>basic_trans_wind.xml</material>
|
||||
<material>basic_trans_wind_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
||||
@@ -1,32 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="1" name="tree test top">
|
||||
<mesh>gaia/tree_test_top.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant frequency="1" name="leaf-color-a">
|
||||
<textures><texture file="gaia/tree_carob_a.dds" name="baseTex"/>
|
||||
<texture file="props/yellow.png" name="specTex"/>
|
||||
</textures>
|
||||
<textures>
|
||||
<texture file="gaia/tree_carob_a.dds" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="leaf-color-b">
|
||||
<textures><texture file="gaia/tree_carob_b.dds" name="baseTex"/>
|
||||
<texture file="props/yellow.png" name="specTex"/>
|
||||
</textures>
|
||||
<textures>
|
||||
<texture file="gaia/tree_carob_b.dds" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="leaf-color-c">
|
||||
<textures><texture file="gaia/tree_carob_c.dds" name="baseTex"/>
|
||||
<texture file="props/yellow.png" name="specTex"/>
|
||||
</textures>
|
||||
<textures>
|
||||
<texture file="gaia/tree_carob_c.dds" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>basic_trans_wind.xml</material>
|
||||
|
||||
</actor>
|
||||
|
||||
+1
-1
@@ -35,5 +35,5 @@
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_parallax.xml</material>
|
||||
<material>no_trans_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
||||
@@ -35,5 +35,5 @@
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_parallax_spec_helmet.xml</material>
|
||||
<material>no_trans_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
||||
@@ -35,5 +35,5 @@
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_parallax.xml</material>
|
||||
<material>no_trans_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
||||
@@ -35,5 +35,5 @@
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_parallax.xml</material>
|
||||
<material>no_trans_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
||||
@@ -35,5 +35,5 @@
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_parallax.xml</material>
|
||||
<material>no_trans_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
||||
@@ -35,5 +35,5 @@
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_parallax.xml</material>
|
||||
<material>no_trans_norm_spec.xml</material>
|
||||
</actor>
|
||||
|
||||
Reference in New Issue
Block a user