This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Harmonograph/Harmonograph/presets/rainbowroad.json
2017-08-01 23:08:08 -04:00

29 lines
636 B
JSON

{
"back": "0x10ffffff",
"front": "0x70000000",
"displayRate": 10,
"cycles": 10,
"viewHeight": 3,
"pendulums": [
{
"amplitude": { "x": 2, "y": -.5 },
"period": 2.01,
"friction": 0.01
},
{
"amplitude": { "x": 0, "y": .5 },
"period": 5.01,
"friction": 0.01
},
{
"amplitude": { "x": .5, "y": .5 },
"period": 1,
"friction": 0.01
},
{
"amplitude": { "x": -.5, "y": .5 },
"period": 3,
"friction": 0.01
}
]
}