ScatterOptions constructor
ScatterOptions({})
Implementation
ScatterOptions({
required this.mesh,
this.spreadFunction,
this.scene,
this.spread = 0.025,
this.smoothSpread = 0,
this.sizeVariance = 0.1,
this.maxSlope = 0.6283185307179586,
this.maxTilt = double.infinity,
this.w = 0,
this.h = 0,
double Function(num)? randomness
}){
this.randomness = randomness ?? (k){ return math.Random().nextDouble();};
}