Changeset 321 for trunk/tests/objload_test/obj.vert
- Timestamp:
- 08/25/14 02:43:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/objload_test/obj.vert
r161 r321 10 10 varying vec2 v_texcoord; 11 11 12 uniform mat4 matrix_mvp;12 uniform mat4 nv_m_mvp; 13 13 uniform mat4 nv_m_modelview; 14 14 uniform mat4 nv_m_projection; … … 24 24 25 25 v_texcoord = nv_texcoord; 26 gl_Position = matrix_mvp * vertex;26 gl_Position = nv_m_mvp * vertex; 27 27 }
Note: See TracChangeset
for help on using the changeset viewer.