SphereEmitterShape constructor
const
SphereEmitterShape({})
Creates a sphere emitter of the given radius.
Implementation
const SphereEmitterShape({
this.radius = 1.0,
this.surfaceOnly = false,
this.hemisphere = false,
}) : assert(radius >= 0);