Changeset 236 for trunk/src/gfx/keyframed_mesh.cc
- Timestamp:
- 05/13/14 13:58:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gfx/keyframed_mesh.cc
r231 r236 15 15 using namespace nv; 16 16 17 keyframed_mesh::keyframed_mesh( context* a_context, mesh_data * a_data )17 keyframed_mesh::keyframed_mesh( context* a_context, mesh_data_old* a_data ) 18 18 : animated_mesh() 19 19 , m_data( a_data ) … … 115 115 } 116 116 117 keyframed_mesh_gpu::keyframed_mesh_gpu( context* a_context, mesh_data * a_data, program* a_program )117 keyframed_mesh_gpu::keyframed_mesh_gpu( context* a_context, mesh_data_old* a_data, program* a_program ) 118 118 : keyframed_mesh( a_context, a_data ) 119 119 , m_loc_next_position( 0 ) … … 160 160 161 161 162 nv::keyframed_mesh_cpu::keyframed_mesh_cpu( context* a_context, mesh_data * a_data )162 nv::keyframed_mesh_cpu::keyframed_mesh_cpu( context* a_context, mesh_data_old* a_data ) 163 163 : keyframed_mesh( a_context, a_data ) 164 164 {
Note: See TracChangeset
for help on using the changeset viewer.