Changeset bebfd5c in opengl-game for explosion.vert


Ignore:
Timestamp:
Jan 22, 2019, 2:34:11 AM (6 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
ae0c7f4
Parents:
c5fb958
Message:

WIP continued

File:
1 edited

Legend:

Unmodified
Added
Removed
  • explosion.vert

    rc5fb958 rbebfd5c  
    44
    55uniform mat4 view, proj;
    6 
    7 /*
     6uniform mat4 model_mat;
    87layout (std140) uniform models {
    98  mat4 model_mats[MAX_NUM_OBJECTS];
    109};
    11 */
    12 uniform mat4 model_mat;
    1310
    1411uniform float explosion_start_time;
Note: See TracChangeset for help on using the changeset viewer.