Skip to content

Commit

Permalink
crossgl formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NripeshN committed Jul 30, 2024
1 parent 0b6b3a1 commit 704ed0f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions getting_start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,10 @@
" }\n",
"\n",
" fragment {\n",
" input vec2 vUV;\n",
" output vec4 fragColor;\n",
" input vec2 vUV;\n",
" output vec4 fragColor;\n",
"\n",
"\n",
" void main()\n",
" void main()\n",
" {\n",
" float noise = perlinNoise(vUV);\n",
" float height = noise * 10.0;\n",
Expand Down

0 comments on commit 704ed0f

Please sign in to comment.