Add gravity direction and view mode to Config
This commit is contained in:
parent
568bfe83e3
commit
e8e5691d83
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ const defaults = {
|
||||||
antRotationAngle: Math.PI / 30,
|
antRotationAngle: Math.PI / 30,
|
||||||
brushRadius: 20,
|
brushRadius: 20,
|
||||||
cameraZoom: 0,
|
cameraZoom: 0,
|
||||||
|
gravityDirection: "down" as const,
|
||||||
|
viewMode: "side" as const,
|
||||||
// per-channel pheromone params
|
// per-channel pheromone params
|
||||||
repellentFadeOutFactor: 0.0005,
|
repellentFadeOutFactor: 0.0005,
|
||||||
repellentBlurRadius: 0.05,
|
repellentBlurRadius: 0.05,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue