Author Topic: particle  (Read 2227 times)

Zero Ame

  • Posts: 329
  • Turrets: +33/-15
    • NOS
particle
« on: March 12, 2008, 05:28:48 am »
How do i make my particle system aim straight down? I tried a target_postion but it didnt work.

Taiyo.uk

  • Posts: 2309
  • Turrets: +222/-191
    • Haos Redro
Re: particle
« Reply #1 on: March 12, 2008, 10:38:43 am »
You need to set the velocity and acceleration in the particle system. See here: http://tremmapping.pbwiki.com/Particle+System

To make the particles aim and accelerate down the PS would need to include something like this:

velocity 0 0 -1 ~0
velocitymagnitude 20
acceleration 0 0 -1 ~0
accelerationmagnitude 10

Zero Ame

  • Posts: 329
  • Turrets: +33/-15
    • NOS
Re: particle
« Reply #2 on: March 12, 2008, 01:24:37 pm »
thanks again Taiyo, your a big help