Ignore:
Timestamp:
07/23/14 20:36:44 (11 years ago)
Author:
epyon
Message:
  • merged md5 animation loader into md5_loader
  • all animation now handled through the node system
  • much cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/formats/md3_loader.cc

    r287 r289  
    417417                nodes[i].parent_id = -1;
    418418                nodes[i].target_id = -1;
    419                 nodes[i].data = new key_data;
     419                nodes[i].data      = new key_data;
    420420       
    421421                key_raw_channel* keys = load_tags( name );
Note: See TracChangeset for help on using the changeset viewer.