Redid alpha-render-handling (-> grey eliminated)

Particlesystem now looking like in particle creator. -> All effects have to be redone
This commit is contained in:
=
2017-11-01 17:11:23 +01:00
parent 623abdc271
commit 8964c307db
12 changed files with 24 additions and 25 deletions

View File

@ -7,5 +7,6 @@ varying vec2 pass_TexCoords;
void main() {
gl_FragColor = texture2D(texture, pass_TexCoords);
gl_FragColor.rgb = gl_FragColor.rgb / gl_FragColor.a;
}