Ignore:
Timestamp:
07/20/15 13:59:34 (10 years ago)
Author:
epyon
Message:
  • renaming mesh_nodes_data members to more compliant
  • moved string_table to stl
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gfx/keyframed_mesh.cc

    r427 r428  
    4040        m_pbuffer      = buffer();
    4141
    42         if ( m_tag_map && m_tag_map->get_count() > 0 )
     42        if ( m_tag_map && m_tag_map->size() > 0 )
    4343        {
    4444                m_interpolation_key = (*m_tag_map)[ 0 ]->get_interpolation_key();
     
    5454{
    5555        if ( !m_tag_map ) return transform();
    56         NV_ASSERT( node_id < m_tag_map->get_count(), "TAGMAP FAIL" );
     56        NV_ASSERT( node_id < m_tag_map->size(), "TAGMAP FAIL" );
    5757        NV_ASSERT( (*m_tag_map)[node_id]->size() > 0, "TAG FAIL" );
    5858        raw_channel_interpolator interpolator( ( *m_tag_map )[node_id], m_interpolation_key );
Note: See TracChangeset for help on using the changeset viewer.