1
0
forked from 0ad/0ad

new mediterranean fin whale model and animations

This was SVN commit r10771.
This commit is contained in:
Pureon 2011-12-19 15:04:42 +00:00
parent 2bc2666e4e
commit 51550814ce
8 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<float/>
<group>
<variant frequency="100" name="Mesh">
<animations>
<animation file="other/whale_fin_idle_a.dae" name="Idle" speed="30"/>
<animation file="other/whale_fin_idle_b.dae" name="Idle" speed="30"/>
<animation file="other/whale_fin_idle_c.dae" name="Idle" speed="25"/>
</animations>
<mesh>skeletal/whale_fin.dae</mesh>
</variant>
</group>
<group>
<variant frequency="100" name="texture">
<texture>skeletal/animal_whale_fin.png</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="death">
<props>
<prop actor="props/units/blood_whale.xml" attachpoint="root"/>
</props>
</variant>
</group>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
binaries/data/mods/public/art/meshes/skeletal/whale_fin.dae (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -935,4 +935,37 @@ This skeleton is for the deer and any other similiar shaped animals with the exa
</bone>
</skeleton>
<standard_skeleton title="whale skeleton1" id="whale1">
<bone name="main">
<bone name="body">
<bone name="head"></bone>
<bone name="spine">
<bone name="pelvis">
<bone name="tail"></bone>
</bone>
</bone>
<bone name="fin_r"></bone>
<bone name="fin_l"></bone>
</bone>
</bone>
</standard_skeleton>
<skeleton title="whale skeleton1" target="whale1">
<identifier>
<root>whale_1</root>
</identifier>
<bone name="main"><target>main</target>
<bone name="body"><target>body</target>
<bone name="head"><target>head</target></bone>
<bone name="spine"><target>spine</target>
<bone name="pelvis"><target>pelvis</target>
<bone name="tail"><target>tail</target></bone>
</bone>
</bone>
<bone name="fin_r"><target>fin_r</target></bone>
<bone name="fin_l"><target>fin_l</target></bone>
</bone>
</bone>
</skeleton>
</skeletons>

Binary file not shown.