ios - SpriteKit circle particle effect -


in ios spritekit. trying create sk particle emitter particle effect circle radius r. ideas how that? thanks!

the way achieved using color ramp, starting color 0 opacity, color 1% opacity near end of range , having third color 100% opacity actual circle.

here parameters used: particles: 800, maximum:0 lifetime: 1.1, range 0.2 (play , location of colors on color ramp set radius) position range: x=5, y=5 (not must) speed: 30 (should around value) acceleration: x=10, y=10 (small values here) alpha: start=0.3, range=1, speed: 0.1 (play these)


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -