Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Particle Editor Help How I do it?
TheGreatCthulhu Offline
Member

Posts: 213
Threads: 10
Joined: Oct 2010
Reputation: 32
#3
RE: How I do it?

About DustDebris and SmokeDebris box emitters (Box Start): Min Position (x, y, z) and Max Position (x, y, z) basically just define the invisible box (or volume) from which the particles will spawn, in the (I guess) world coordinate system - by specifying two of it's corners. Since particles are already setup to float towards the portal, you just need to move this box area to lie somewhere along the x-axis (the red one), or somewhere where's appropriate in your case - but not to far, so that the particles don't die out too soon.

An easy way to figure the values out is to pick some center point for the box, for example (5, 0, 0), and then for the Min Position you subtract some values from that (5 - a, 0 - b, 0 - c), and add those same values for the Max Position (5 + a, 0 + b, 0 + c) - so you'll have a box centered on (5, 0, 0) width the dimensions of (width, height, length) = (2a, 2b, 2c).
03-28-2013, 04:12 AM
Find


Messages In This Thread
How I do it? - by The chaser - 03-26-2013, 09:31 PM
RE: How I do it? - by Statyk - 03-26-2013, 11:11 PM
RE: How I do it? - by TheGreatCthulhu - 03-28-2013, 04:12 AM
RE: How I do it? - by The chaser - 03-28-2013, 10:28 AM



Users browsing this thread: 1 Guest(s)