Ignore:
Timestamp:
05/14/14 19:08:41 (11 years ago)
Author:
epyon
Message:
  • debug_draw module added
  • evil vertex descriptor and info added
  • fix for sampler objects
  • various fixes
File:
1 edited

Legend:

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

    r231 r237  
    5858        // Technically this is not needed, because the va is just a fake class,
    5959        // but if it's real it will be needed?
    60         m_va->update_vertex_buffer( nv::slot::POSITION, m_vb_position, false );
    61         m_va->update_vertex_buffer( nv::slot::NORMAL,   m_vb_normal,   false );
    62         m_va->update_vertex_buffer( nv::slot::TANGENT,  m_vb_tangent,  false );
     60//      m_va->update_vertex_buffer( nv::slot::POSITION, m_vb_position, false );
     61//      m_va->update_vertex_buffer( nv::slot::NORMAL,   m_vb_normal,   false );
     62//      m_va->update_vertex_buffer( nv::slot::TANGENT,  m_vb_tangent,  false );
     63        // TODO: answer is - probably not
    6364}
    6465
Note: See TracChangeset for help on using the changeset viewer.