Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Moses-Ian committed Apr 12, 2024
1 parent 5bd557f commit d62fc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/p5/shader.frag
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ float snoise(vec3 v){
vec3 i1 = min( g.xyz, l.zxy );
vec3 i2 = max( g.xyz, l.zxy );

x0 = x0 - 0.0 + 0.0 * C
// x0 = x0 - 0.0 + 0.0 * C
vec3 x1 = x0 - i1 + 1.0 * C.xxx;
vec3 x2 = x0 - i2 + 2.0 * C.xxx;
vec3 x3 = x0 - 1.0 + 3.0 * C.xxx;
Expand Down

0 comments on commit d62fc01

Please sign in to comment.