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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • explosion.vert

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