Ignore:
Timestamp:
07/15/13 02:48:06 (12 years ago)
Author:
epyon
Message:
  • unified naming of attributes in nv
  • predefined attribute bindings based on unified names
  • unified naming of attributes in all tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/formats/md3_loader.cc

    r156 r161  
    313313        }
    314314
    315         vertex_attribute< vec3 >* position = m->add_attribute<vec3>("position");
    316         vertex_attribute< vec3 >* normal   = m->add_attribute<vec3>("normal");
    317         vertex_attribute< vec2 >* texcoord = m->add_attribute<vec2>("texcoord");
     315        vertex_attribute< vec3 >* position = m->add_attribute<vec3>("nv_position");
     316        vertex_attribute< vec3 >* normal   = m->add_attribute<vec3>("nv_normal");
     317        vertex_attribute< vec2 >* texcoord = m->add_attribute<vec2>("nv_texcoord");
    318318        vertex_attribute< uint16 >* indices  = m->add_indices<uint16>();
    319319
Note: See TracChangeset for help on using the changeset viewer.