Gazelle horns.

This was SVN commit r7974.
This commit is contained in:
Michael D. Hafer 2010-08-15 20:27:21 +00:00
parent 5323ba6299
commit cd76d5c4b7
2 changed files with 13 additions and 6 deletions

View File

@ -1,10 +1,8 @@
<?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="male">
<variant frequency="2" name="male">
<animations>
<animation file="quadraped/deer_idle_01.dae" name="idle" speed="20"/>
<animation file="quadraped/deer_idle_02.dae" name="idle" speed="20"/>
@ -18,7 +16,7 @@
</animations>
<mesh>skeletal/deer_mesh.dae</mesh>
<props>
<prop actor="props/fauna/deer_antlers.xml" attachpoint="antler"/>
<prop actor="props/fauna/gazelle_horns.xml" attachpoint="antler"/>
</props>
<texture>skeletal/animal_gazelle_02.dds</texture>
</variant>
@ -39,5 +37,4 @@
<texture>skeletal/animal_gazelle_02.dds</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="gazelle horns">
<mesh>props/gazelle_horns.dae</mesh>
<texture>props/gazelle_horns.dds</texture>
</variant>
</group>
</actor>