Skip to content
Snippets Groups Projects
Verified Commit b376f2d0 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#111] Change particle color to a nice calming blue

parent d309036d
No related branches found
No related tags found
1 merge request!95Resolve "Wassersimulation mit Interaktion"
...@@ -19,7 +19,7 @@ layout(set=0,binding=1) uniform uPosition{ ...@@ -19,7 +19,7 @@ layout(set=0,binding=1) uniform uPosition{
void main() void main()
{ {
outColor = vec3(1.0,1.0,1.0); outColor = vec3(0.0,0.5,1.0);
// make the triangle look like a circle // make the triangle look like a circle
outColor *= circleFactor(passTriangleCoordinates); outColor *= circleFactor(passTriangleCoordinates);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment