Ignore:
Timestamp:
01/02/14 20:52:34 (11 years ago)
Author:
epyon
Message:
  • universal mesh format
  • removed keyframed_mesh_data
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/md2_test/md2_test.cc

    r223 r224  
    3636                        loader = new nv::md2_loader();
    3737                        loader->load( *mesh_file );
     38                        m_mesh_data = loader->release_mesh_data();
    3839                        delete mesh_file;
    39                 }
    40 
    41                 {
    42                         NV_PROFILE("create_mesh_data");
    43                         m_mesh_data = new nv::keyframed_mesh_data( loader );
    44                 }
    45                 delete loader;
     40                        delete loader;
     41                }
    4642
    4743                {
     
    8480
    8581private:
    86         nv::keyframed_mesh_data* m_mesh_data;
     82        nv::mesh_data*          m_mesh_data;
    8783        nv::keyframed_mesh_gpu*  m_mesh;
    8884};
Note: See TracChangeset for help on using the changeset viewer.