Ignore:
Timestamp:
07/20/15 15:24:51 (10 years ago)
Author:
epyon
Message:
  • mesh_data -> data_channel_set rename
  • keyframed_mesh doesn't store full data_channel_set anymore
File:
1 edited

Legend:

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

    r428 r430  
    385385
    386386
    387 bool nv::mesh_data_creator::is_same_format( mesh_data* other )
     387bool nv::mesh_data_creator::is_same_format( data_channel_set* other )
    388388{
    389389        if ( m_data->size() != other->size() ) return false;
     
    396396}
    397397
    398 void nv::mesh_data_creator::merge( mesh_data* other )
     398void nv::mesh_data_creator::merge( data_channel_set* other )
    399399{
    400400        if ( !is_same_format( other ) ) return;
Note: See TracChangeset for help on using the changeset viewer.