mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 00:12:44 +00:00
Mangroves
This was SVN commit r22139.
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<float/>
|
||||
<group>
|
||||
<variant name="a">
|
||||
<props>
|
||||
<prop actor="flora/trees/mangrove_leaves.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/mangrove_roots_1.png" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant name="b">
|
||||
<props>
|
||||
<prop actor="flora/trees/mangrove_leaves.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/mangrove_roots_2.png" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant name="c">
|
||||
<props>
|
||||
<prop actor="flora/trees/mangrove_leaves.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="gaia/mangrove_roots_3.png" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="3" name="1">
|
||||
<mesh>gaia/mangrove_1_stilts.dae</mesh>
|
||||
</variant>
|
||||
<variant frequency="2" name="2">
|
||||
<mesh>gaia/mangrove_2_stilts.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
<material>basic_trans_wind.xml</material>
|
||||
</actor>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant name="a">
|
||||
<textures>
|
||||
<texture file="gaia/mangrove_1.png" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant name="b">
|
||||
<textures>
|
||||
<texture file="gaia/mangrove_2.png" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant name="c">
|
||||
<textures>
|
||||
<texture file="gaia/mangrove_3.png" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="4" name="1">
|
||||
<mesh>gaia/mangrove_1_leaves.dae</mesh>
|
||||
</variant>
|
||||
<variant frequency="4" name="2">
|
||||
<mesh>gaia/mangrove_2_leaves.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
<material>basic_trans_wind.xml</material>
|
||||
</actor>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_gaia_flora_tree">
|
||||
<Identity>
|
||||
<SpecificName>Mangrove</SpecificName>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>flora/trees/mangrove.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
Reference in New Issue
Block a user