PDA

View Full Version : particle emitter


chips__
08-21-2003, 09:45 AM
is it possible to melscript a particle emitter... i need to be able to control where the particles are born...

loked
08-21-2003, 10:01 AM
It can get quite complicated, but you would use this command:

emitter -pos 0 0 0 -type omni -r 100 -sro 0 -nuv 0 -cye none -cyi 1 -spd 1 -srn 0 -nsp 1 -tsp 0 -mxd 0 -mnd 0 -dx 1 -dy 0 -dz 0 -sp 0 ;

You would also then have to create a particle using the particle command and finally you would have to connect the two using the connectDynamic command:

connectDynamic -em emitter1 particle1;

Hope this helps.

Good Luck!!

later:wavey:
loked

chips__
08-21-2003, 07:24 PM
that's what i was afraid of :eek:
thanks man

CGTalk Moderation
01-15-2006, 10:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.