Ignore:
Timestamp:
05/13/14 13:58:51 (11 years ago)
Author:
epyon
Message:
  • mass renames to prepare for new mesh_data
File:
1 edited

Legend:

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

    r231 r236  
    1515using namespace nv;
    1616
    17 keyframed_mesh::keyframed_mesh( context* a_context, mesh_data* a_data )
     17keyframed_mesh::keyframed_mesh( context* a_context, mesh_data_old* a_data )
    1818        : animated_mesh()
    1919        , m_data( a_data )
     
    115115}
    116116
    117 keyframed_mesh_gpu::keyframed_mesh_gpu( context* a_context, mesh_data* a_data, program* a_program )
     117keyframed_mesh_gpu::keyframed_mesh_gpu( context* a_context, mesh_data_old* a_data, program* a_program )
    118118        : keyframed_mesh( a_context, a_data )
    119119        , m_loc_next_position( 0 )
     
    160160
    161161
    162 nv::keyframed_mesh_cpu::keyframed_mesh_cpu( context* a_context, mesh_data* a_data )
     162nv::keyframed_mesh_cpu::keyframed_mesh_cpu( context* a_context, mesh_data_old* a_data )
    163163        : keyframed_mesh( a_context, a_data )
    164164{
Note: See TracChangeset for help on using the changeset viewer.