feat/switch-assets #86

Merged
legonzaur merged 22 commits from feat/switch-assets into main 2024-05-21 19:09:34 +00:00
Showing only changes of commit f16dad82ae - Show all commits
+1 -1
View File
@@ -26,5 +26,5 @@ void main(){
float f=fbm(st+r);
f=mix(.5,1.,f);
gl_FragColor=vec4(0.,.1+f,0.,1.);
gl_FragColor=vec4(0.,.1+f*.7,0.,1.);
}