Page 1 of 1

Particle System Question

Posted: Tue Feb 13, 2018 05:17
by anthonydiehl
So, how exactly are you guys using the particle system effect? I regularly need to build simple particle looks when on a show and would love to be able to dial that in with this effect but I find it largely unusable. Specifically, the particle speed is insanely fast and there does not seem to be a way to change this. Try and create a simple slow moving particle look (starfield, slow rising bubbles, falling snow, etc). It's nearly impossible with the controls in the effect. Am I missing something?

Re: Particle System Question

Posted: Sat Feb 24, 2018 04:35
by anthonydiehl
check, check, one, two...

Re: Particle System Question

Posted: Mon Feb 26, 2018 11:36
by Joris
Particle System has controls for minimum and maximum velocity on each axis. Generated particles will spawn with a velocity randomly picked from between these two values.

So to get a slow moving starfield toward the camera, you'll want to set z velocity min and max to relatively low positive values. The other velocities can be set to 0, or have a small negative minimum and positive maximum to get some horizontal and vertical movement going. You'll want to increase the lifetime as well, to get enough time for the particle to traverse the distance.

Similarly, rising bubbles has low negative min and max velocity over the y axis, spawning from a positive y position. Snow would be the same with a positive min and max and spawning from a negative y pos.
Screen Shot 2018-02-26 at 11.31.51.png

Re: Particle System Question

Posted: Mon Feb 26, 2018 11:44
by Joris
Bubbalicious.xml.zip
(1.42 KiB) Downloaded 490 times