Particle

From Derivative
Jump to navigation Jump to search

A particle system is a type of Primitive of a SOP that consists of a group of discrete particles which change over time. Each particle has its own attributes controlling size, position, velocity, etc. Particles can generate new attributes depending on their age, or they may die. Assigning values discretely to each particle enables realistic modeling of systems involving turbulence such as: smoke, wind, fire, dust, and hair.

Particles on the CPU[edit]

Any point or set of points can be used as the basis for the particles in a particle system. Grid SOPs or Sphere SOPs are often employed for this purpose. A particle system can be created in SOPs by using a Particle SOP, particles will be emitted from the points of the geometry connected to the Particle SOP's first input.

Any point or set of points can also be converted into particles using a Convert SOP.

Particles on the GPU[edit]

Particles can be simulated on the GPU by treating each pixel in a TOP as a particle, and instancing them through the Instancing pages of a Geometry COMP. TOPs that facilitate this include the Point File In TOP, Math TOP, Limit TOP, Slope TOP, [Feedback TOP]], Reorder TOP. In the Palette are several examples under Point Clouds and particlesGPU.

See also Point Sprite MAT.