Skip to content

Commit

Permalink
Expand water plane a little bit further out
Browse files Browse the repository at this point in the history
  • Loading branch information
lhog committed Aug 10, 2022
1 parent ef9c917 commit db2a811
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cont/base/springcontent/shaders/GLSL/WaterPlaneVS.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ out vec3 worldCameraDir;

//To be drawn with GL_TRIANGLES
const vec2 POS[6] = vec2[6](
vec2(-1.0, -1.0),
vec2( 2.0, -1.0),
vec2(-1.0, 2.0),
vec2(-2.0, -2.0),
vec2( 3.0, -2.0),
vec2(-2.0, 3.0),

vec2(-1.0, 2.0),
vec2( 2.0, -1.0),
vec2( 2.0, 2.0)
vec2(-2.0, 3.0),
vec2( 3.0, -2.0),
vec2( 3.0, 3.0)
);

void main()
Expand Down

0 comments on commit db2a811

Please sign in to comment.