Hi,
I have found a possible issue with the EmitterObject. I’m using particle designer and I have exported an emitter with the following color values:
blend source = gl_one
blend destination = gl_one_minus_src_alpha
The json exported is ok, I’ve checked the values: 1 for gl_one and 771 for gl_one_minus_src_alpha. But in Corona the effect looks diferent than in Particle Designer 2.0. It looks like Corona is using gl_dst alpha instead. May it be a bug or I’m doing something wrong?
Thanks!