Ignore:
Timestamp:
07/14/15 20:19:52 (10 years ago)
Author:
epyon
Message:
  • animation - key_channel_set simplified to data_channel_set
  • animation - raw_channel_interpolator
File:
1 edited

Legend:

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

    r417 r419  
    250250                                nodes[i].transform = mat4();
    251251                                nodes[i].target_id = -1;
    252                                 nodes[i].data = key_channel_set_creator::create( 1 );
    253                                 key_channel_set_creator( nodes[i].data ).add_channel< md5_key_t >( num_frames );
     252                                nodes[i].data = data_channel_set_creator::create( 1 );
     253                                data_channel_set_creator( nodes[i].data ).add_channel< md5_key_t >( num_frames );
    254254                                next_line( sstream );
    255255                        }
Note: See TracChangeset for help on using the changeset viewer.