Ignore:
Timestamp:
08/25/14 02:43:30 (11 years ago)
Author:
epyon
Message:
  • updated all tests to new nova
  • cleaned up tests paths
  • general cleanup of tests and test data
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/objload_test/obj.vert

    r161 r321  
    1010varying vec2 v_texcoord;
    1111
    12 uniform mat4 matrix_mvp;
     12uniform mat4 nv_m_mvp;
    1313uniform mat4 nv_m_modelview;
    1414uniform mat4 nv_m_projection;
     
    2424
    2525        v_texcoord      = nv_texcoord;
    26         gl_Position     = matrix_mvp * vertex;
     26        gl_Position     = nv_m_mvp * vertex;
    2727}
Note: See TracChangeset for help on using the changeset viewer.