Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2005, 1:25:00 AM (19 years ago)
Author:
patrick
Message:

christmas: added shooting animation and weapon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/christmas_branche/src/lib/graphics/importer/md2Model.cc

    r6203 r6205  
    5151    {   0,  39,  9, 1 },   //!< STAND
    5252    {  40,  45, 10, 1 },   //!< RUN
    53     {  46,  53, 10, 1 },   //!< ATTACK
     53    {  46,  53, 10, 0 },   //!< ATTACK
    5454    {  54,  57,  7, 1 },   //!< PAIN_A
    5555    {  58,  61,  7, 1 },   //!< PAIN_B
     
    355355
    356356//   this->scaleFactor = 1.0f;
    357   this->scaleFactor = 0.2f;
     357  this->scaleFactor = 0.1f;
    358358
    359359  this->fileName = NULL;
Note: See TracChangeset for help on using the changeset viewer.