Changes in explosion.vert [bebfd5c:646f3f2] in opengl-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • explosion.vert

    rbebfd5c r646f3f2  
    4141
    4242   //gl_Position = proj * view * model_mats[ubo_index] * vec4(p, 1.0);
    43    gl_Position = proj * view * model_mat * vec4(p, 1.0);
     43   gl_Position = proj * view * model_mats[0] * vec4(p, 1.0);
    4444   gl_PointSize = 15.0; // size in pixels
    4545}
Note: See TracChangeset for help on using the changeset viewer.