forked from mirrors/0ad
Death tree
This was SVN commit r6385.
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant name="Base">
|
||||
<animations>
|
||||
<animation file="gaia/tree_pine_idle_01.dae" name="idle" speed="10"/>
|
||||
</animations>
|
||||
<mesh>gaia/tree_pine_01.dae</mesh>
|
||||
<texture>gaia/pine_a.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant name="Death">
|
||||
<animations>
|
||||
<animation file="gaia/tree_pine_death_01.dae" name="death" speed="20"/>
|
||||
</animations>
|
||||
<mesh>gaia/tree_pine_01a.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>basic_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -680,4 +680,27 @@ This skeleton is for the deer and any other similiar shaped animals with the exa
|
||||
</bone>
|
||||
</skeleton>
|
||||
|
||||
|
||||
|
||||
<standard_skeleton title="Tree Skeleton" id="tree">
|
||||
<bone name="stump">
|
||||
<bone name="trunk">
|
||||
<bone name="foliage">
|
||||
</bone>
|
||||
</bone>
|
||||
</bone>
|
||||
</standard_skeleton>
|
||||
|
||||
<skeleton title="Tree Skeleton" target="tree">
|
||||
<identifier>
|
||||
<root>stump</root>
|
||||
</identifier>
|
||||
<bone name="stump"><target>stump</target>
|
||||
<bone name="trunk"><target>trunk</target>
|
||||
<bone name="foliage"><target>foliage</target>
|
||||
</bone>
|
||||
</bone>
|
||||
</bone>
|
||||
</skeleton>
|
||||
|
||||
</skeletons>
|
||||
Binary file not shown.
Reference in New Issue
Block a user