Skip to content

Commit

Permalink
Modified cow.modeldef to remove rotation and add animations to correc…
Browse files Browse the repository at this point in the history
…t for the updated model.
  • Loading branch information
demarii committed Apr 30, 2011
1 parent 22bc38d commit e4e9779
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/components/ogre/modeldefinitions/cow.modeldef
@@ -1,7 +1,7 @@
<models>
<model name="cow" usescaleof="height" showcontained="false" icon="">
<translate x="0.000000" y="0.000000" z="0.000000" />
<rotation x="1.000000" y="0.000000" z="0.000000" degrees="0.000000" />
<rotation x="-0.000000" y="-0.000000" z="-0.000000" degrees="0.000000" />
<submodels>
<submodel mesh="3d_objects/creatures/cow/cow.mesh">
<parts>
Expand Down Expand Up @@ -36,6 +36,18 @@
</action>
<action name="__movement_idle" speed="1.000000">
<animations>
<animation iterations="1">
<animationpart name="EatLow" weight="1.000000" />
</animation>
<animation iterations="1">
<animationpart name="@Moo" weight="1.000000" />
</animation>
<animation iterations="1">
<animationpart name="@TailFlick" weight="1.000000" />
</animation>
<animation iterations="1">
<animationpart name="LookL" weight="1.000000" />
</animation>
<animation iterations="1">
<animationpart name="Stand" weight="1.000000" />
</animation>
Expand Down

0 comments on commit e4e9779

Please sign in to comment.