View Single Post
  #1  
Old 07-08-2011, 09:07 PM
callimuc callimuc is offline
ジ
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Particle Effects

Hey there. I was just testing around with Particle Effects and I guess its not that hard but still got this question:

What exactly do this commands do and when/for what/... do I use them?
(These are just out of a Particle Effect script I found)

PHP Code:
emitter.addemitmodifier("impulse", 0.115, 0.115, "angle", "add", degtorad(5), degtorad(5));
emitter.addglobalmodifier("impulse", 0.05, 0.05, "angle", "add", degtorad(-12.5), degtorad(-12.5)); 
And I guess there is also stuff like emitter.removemitmodifier() and so on. Could someone explain how all that works?
__________________
MEEP!
Reply With Quote