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/md3_loader.cc

    r417 r419  
    429429                nodes[i].parent_id = -1;
    430430                nodes[i].target_id = -1;
    431                 nodes[i].data      = key_channel_set_creator::create( 1 );
    432                 load_tags( key_channel_set_creator( nodes[i].data ).add_channel<md3_key>( uint32( md3->header.num_frames ) ).channel(), name );
     431                nodes[i].data      = data_channel_set_creator::create( 1 );
     432                load_tags( data_channel_set_creator( nodes[i].data ).add_channel<md3_key>( uint32( md3->header.num_frames ) ).channel(), name );
    433433        }
    434434        return new mesh_nodes_data( "tags", node_count, nodes );
Note: See TracChangeset for help on using the changeset viewer.