Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 21, 2006, 2:10:11 AM (18 years ago)
Author:
patrick
Message:

bsp: found some pretty bugs in the animation code. more to be expected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/lib/graphics/importer/md3/md3_model.h

    r8654 r8655  
    3131
    3232typedef enum MD3FrameHandling {
    33   NEXT = 0,          //!< swith to the next frame
    34   PREVIOUS,          //!< swith to the previous frame
    35   REWIND             //!< rewind the animation
     33  MD3_ANIM_NEXT = 0,          //!< swith to the next frame
     34  MD3_ANIM_PREVIOUS,          //!< swith to the previous frame
     35  MD3_ANIM_REWIND             //!< rewind the animation
    3636};
    3737
Note: See TracChangeset for help on using the changeset viewer.