Ignore:
Timestamp:
07/16/15 21:21:19 (10 years ago)
Author:
epyon
Message:
  • refactoring WIP! (compiles though - warnings on purpose)
File:
1 edited

Legend:

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

    r419 r424  
    5656        NV_ASSERT( node_id < m_tag_map->get_count(), "TAGMAP FAIL" );
    5757        const data_channel_set* data = m_tag_map->get_node( node_id )->data;
    58         NV_ASSERT( data, "TAG FAIL" );
     58        NV_ASSERT( data && data->size() > 0, "TAG FAIL" );
    5959        raw_channel_interpolator interpolator( data, m_interpolation_key );
    6060        return interpolator.get< transform >( m_last_frame, m_next_frame, m_interpolation );
Note: See TracChangeset for help on using the changeset viewer.