Box: { emitFrom?: EmitFrom; scale?: Point3D }

Configuration for a box shape used in particle systems.

Type declaration

  • OptionalemitFrom?: EmitFrom
  • Optionalscale?: Point3D
const box: Box = {
scale: { x: 10, y: 10, z: 10 },
emitFrom: EmitFrom.EDGE,
};