|
|
Elringus, Newbie
Posted: 20 September 2012 08:08 PM Total Posts: 6
[ # 1 ]
Nobody ever needed blend effects in PS? I think it’s really somewhat core feature of any particle system… Or maybe there are some other ways to implent that kind of effect?
|
Cheng Liao, Administrator
Posted: 21 September 2012 02:13 AM Total Posts: 116
[ # 2 ]
Hi
What means blend effect? Do you mean the blend mode? Now the Away3D particle system can support blend mode setting. You can see this demo:
http://liaocheng.github.com/demo/index.html
Most of effects use BlendMode.ADD
|
Elringus, Newbie
Posted: 21 September 2012 03:05 PM Total Posts: 6
[ # 3 ]
liaocheng - 21 September 2012 02:13 AM Hi
What means blend effect? Do you mean the blend mode? Now the Away3D particle system can support blend mode setting. You can see this demo:
http://liaocheng.github.com/demo/index.html
Most of effects use BlendMode.ADD
Yes, this is exactly what I’ve been looking for. Thank you very much!
But I just can’t find any examples on how to properly use blend modes. It would be great to look at the source code of that demo you linked up here. Is it in the example files on GitHub?
|
|
Elringus, Newbie
Posted: 21 September 2012 03:58 PM Total Posts: 6
[ # 5 ]
Works like a charm! Thanks a lot
|