Ignore:
Timestamp:
07/08/14 18:29:24 (11 years ago)
Author:
epyon
Message:
  • unified mesh_raw_channel and mesh_raw_index_channel
  • string_table cleaned up and implementation of creator split into a cc file
File:
1 edited

Legend:

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

    r240 r280  
    359359        }
    360360
    361         mesh_raw_index_channel* ic = mesh_raw_index_channel::create< uint16 >( m_new_indexes.size() );
     361        mesh_raw_channel* ic = mesh_raw_channel::create_index< uint16 >( m_new_indexes.size() );
    362362        if ( m_new_indexes.size() > 0 )
    363363        {
     
    369369        result->add_channel( mc_pn );
    370370        result->add_channel( mc_t );
    371         result->set_index_channel( ic );
     371        result->add_channel( ic );
    372372        return result;
    373373}
Note: See TracChangeset for help on using the changeset viewer.