Redid alpha-render-handling (-> grey eliminated)
Particlesystem now looking like in particle creator. -> All effects have to be redone
This commit is contained in:
@ -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;
|
||||
|
||||
}
|
Reference in New Issue
Block a user