Changeset 425 for trunk/src/formats/md2_loader.cc
- Timestamp:
- 07/17/15 13:34:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/formats/md2_loader.cc
r424 r425 199 199 static bool s_md2_normal_ready = false; 200 200 201 md2_loader::md2_loader() : m_md2( nullptr ) 201 md2_loader::md2_loader( string_table* strings ) 202 : mesh_loader( strings ), m_md2( nullptr ) 202 203 { 203 204 if ( !s_md2_normal_ready ) … … 331 332 uint16* icp = &maccess.add_channel< index_u16 >( m_new_indexes.size() ).data()->index; 332 333 334 maccess.set_name( make_name( "md2_mesh" ) ); 335 333 336 uint32 index = 0; 334 337 while ( frame_count > 0 )
Note: See TracChangeset
for help on using the changeset viewer.