mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Toona tree sways now.
This was SVN commit r12925.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant name="EuropeanBeech-Trunk-a">
|
||||
<mesh>gaia/tree_oak_a.dae</mesh>
|
||||
@@ -11,13 +9,13 @@
|
||||
<mesh>gaia/tree_oak_b.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant name="Trunk-Texture">
|
||||
<textures><texture file="gaia/trunk_beech_a.dds" name="baseTex"/></textures>
|
||||
<textures>
|
||||
<texture file="gaia/trunk_beech_a.dds" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant name="prop-canopy">
|
||||
<props>
|
||||
@@ -25,7 +23,5 @@
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>basic_trans_wind.xml</material>
|
||||
|
||||
</actor>
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="1" name="trunk-a">
|
||||
<mesh>gaia/tree_tropic.dae</mesh>
|
||||
@@ -20,13 +18,13 @@
|
||||
<mesh>gaia/tree_tropic_c.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant name="trunk-texture">
|
||||
<textures><texture file="gaia/trunk_deciduous_b.dds" name="baseTex"/></textures>
|
||||
<textures>
|
||||
<texture file="gaia/trunk_deciduous_b.dds" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant name="prop-canopy">
|
||||
<props>
|
||||
@@ -34,5 +32,5 @@
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>basic_trans_wind.xml</material>
|
||||
</actor>
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="1" name="tree_tropic-top-mesh-a">
|
||||
<mesh>gaia/tree_tropic_top.dae</mesh>
|
||||
@@ -22,13 +20,15 @@
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="tree_tropic-top-texture-a">
|
||||
<textures><texture file="gaia/poplar_a.dds" name="baseTex"/></textures>
|
||||
<textures>
|
||||
<texture file="gaia/poplar_a.dds" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="tree_tropic-top-texture-b">
|
||||
<textures><texture file="gaia/poplar_b.dds" name="baseTex"/></textures>
|
||||
<textures>
|
||||
<texture file="gaia/poplar_b.dds" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>basic_trans.xml</material>
|
||||
|
||||
<material>basic_trans_wind.xml</material>
|
||||
</actor>
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
<texture name="normTex" file="types/medit_city_tile_norm.png"/>
|
||||
<texture name="specTex" file="types/medit_city_tile_spec.png"/>
|
||||
</textures>
|
||||
<props groups="city" movementclass="city" mmap="230 227 198" angle="45.0" size="18.0"/>
|
||||
<material>terrain_norm_spec.xml</material>
|
||||
</terrain>
|
||||
Reference in New Issue
Block a user