Changeset 423 for trunk/src/formats/md3_loader.cc
- Timestamp:
- 07/16/15 19:24:30 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/formats/md3_loader.cc
r420 r423 426 426 427 427 nodes[i].transform = mat4(); 428 nodes[i].name _hash= hash_string< uint64 >( name.data() );428 nodes[i].name = hash_string< uint64 >( name.data() ); 429 429 nodes[i].parent_id = -1; 430 430 nodes[i].data = data_channel_set_creator::create( 1 ); 431 431 load_tags( data_channel_set_creator( nodes[i].data ).add_channel<md3_key>( uint32( md3->header.num_frames ) ).channel(), name ); 432 432 } 433 return new mesh_nodes_data( "tags", node_count, nodes ); 433 int name_; 434 return new mesh_nodes_data( 0,/*"tags"*/ node_count, nodes ); 434 435 } 435 436
Note: See TracChangeset
for help on using the changeset viewer.