Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Permalink
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
19 lines (14 sloc) 538 Bytes
export default {
// Diameter of particles
CircleDiameterRange: [2, 25],
// Limit number of walkers and rely on bias to increase collision rate
MaxWalkers: 1000,
// Generate walkers in a circular area around center
WalkerSource: 'Circle',
// Enable mapping between walker diameter and it's distance to the center
VaryDiameterByDistance: true,
// Enable randomizing of walker diameter within CircleDiameterRange
VaryDiameterRandomly: false,
// Move all walkers towards middle by default
BiasTowards: 'Center'
};
You can’t perform that action at this time.