13 lines
No EOL
268 B
TypeScript
13 lines
No EOL
268 B
TypeScript
export default {
|
|
worldSize: 1024,
|
|
antsCount: 12,
|
|
simulationStepsPerSecond: 60,
|
|
scentThreshold: 0.01,
|
|
scentFadeOutFactor: 0.998,
|
|
scentBlurRadius: 0.1,
|
|
scentMaxStorage: 1e6,
|
|
scentPerMarker: 300,
|
|
antSpeed: 1,
|
|
antRotationAngle: Math.PI / 50,
|
|
brushRadius: 20,
|
|
}; |