Changeset 419 for trunk/src/formats/md3_loader.cc
- Timestamp:
- 07/14/15 20:19:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/formats/md3_loader.cc
r417 r419 429 429 nodes[i].parent_id = -1; 430 430 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 ); 433 433 } 434 434 return new mesh_nodes_data( "tags", node_count, nodes );
Note: See TracChangeset
for help on using the changeset viewer.