BoxEmitter

external class BoxEmitter(var dimensions: Cartesian3)(source)

A ParticleEmitter that emits particles within a box. Particles will be positioned randomly within the box and have initial velocities emanating from the center of the box.

See also

Constructors

Link copied to clipboard
constructor(dimensions: Cartesian3)

Properties

Link copied to clipboard

The width, height and depth dimensions of the box.