Tuesday 19 October 2010

Particle magick

Particles flowing along a curve (obvious stuff I should know)

  • make particle & emitter
  • make curve
  • set curve as goal
  • select particle, in attr. editor, add the goalU and goaloffset attrs.
  • goalU+=0.1 or whatever
  • goaloffset is so the particles are around the curve, not just ON it.
  • Use something like sphrand (<<2,2,2>>) for that.
  • Profit.