Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 379 Bytes

ae-snow-generator-script

generate customisable snow using solid layers as particles

to run, call:
generateSnow(numParticles, flakeVariation, speedVariation, depth);
// recommended ranges
// numParticles: 100-1,000
// flakeVariation: 0-20
// speedVariation: 0-25
// depth: 0-10,000

Example