Tagged Questions
24
votes
5answers
5k views
How can I achieve a good fire effect with alpha blending and particles?
Using the following setting for the OpenGL particle effect:
SRC: GL_SRC_ALPHA
DST: GL_ONE
Creates an additive blend, which looks spectacular on a black background but terrible on brighter colours, ...