Skip to content
Snippets Groups Projects
Commit 7ad273f0 authored by Armin Co's avatar Armin Co
Browse files

Changed color of borders and bats to white.

parent 33e7edd1
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,6 @@ void main() ...@@ -35,6 +35,6 @@ void main()
fragmentColor = vec3( fragmentColor = vec3(
sqrt(real2) * 5.0 + pot, // red sqrt(real2) * 5.0 + pot, // red
sqrt(real2) * 5.0 + sqrt(imag2) * 5.0 + pot / 2.0, // green sqrt(real2) * 5.0 + sqrt(imag2) * 5.0 + pot, // green
sqrt(imag2) * 5.0); // blue sqrt(imag2) * 5.0 + pot); // blue
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment