Ignore:
Timestamp:
07/08/14 21:49:37 (11 years ago)
Author:
epyon
Message:
  • animation key raw sizes (the whole system will be dumped though)
  • bugfix for string_table
  • nv::slot is now an enum class
File:
1 edited

Legend:

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

    r275 r281  
    4343                m_animation->update_skeleton( m_transform.data(), (float)m_animation_time * 0.001f );
    4444                m_mesh_data->apply( m_transform.data() );
    45                 vertex_buffer* vb = m_va->find_buffer( nv::POSITION );
     45                vertex_buffer* vb = m_va->find_buffer( nv::slot::POSITION );
    4646                vb->bind();
    4747                vb->update( m_mesh_data->data(), 0, m_mesh_data->size() );
Note: See TracChangeset for help on using the changeset viewer.