REVIEWED: Makefile.Web, reorganize and add examples

This commit is contained in:
Ray
2023-11-08 18:10:29 +01:00
parent bd3ffa7db3
commit 21354119cc
3 changed files with 302 additions and 256 deletions

View File

@ -42,5 +42,5 @@ void main()
tc += center;
vec4 color = texture2D(texture0, tc/texSize)*colDiffuse*fragColor;;
gl_FragColor = vec4(color.rgb, 1.0);;
gl_FragColor = vec4(color.rgb, 1.0);
}