Skip to content

Commit

Permalink
remove top and bottom sand
Browse files Browse the repository at this point in the history
  • Loading branch information
bunions1 committed Feb 18, 2010
1 parent 7db75cb commit a938922
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions static/sylvester.js
Expand Up @@ -443,9 +443,6 @@ var fragmentShaderString = "varying vec2 vTextureCoord;\
{\
float pixelWidth = 1.0 / canvasWidth;\
float pixelHeight = 1.0 / canvasHeight;\
vec3 bottomSand = vec3(0.5, 0.5, 0.5);\
vec3 topSand = vec3(0.6, 0.6, 0.6);\
vec4 current = texture2D(src, vTextureCoord);\
\
vec3 outputVec = vec3(0.0, 0.0, 0.0);\
\
Expand Down

0 comments on commit a938922

Please sign in to comment.