28 lines
637 B
JSON
28 lines
637 B
JSON
{
|
|
"back": "0xffffffff",
|
|
"front": "0x10000000",
|
|
"displayRate": 1000,
|
|
"viewHeight": 3,
|
|
"pendulums": [
|
|
{
|
|
"amplitude": { "x": 1.5, "y": 0 },
|
|
"period": 3.001,
|
|
"friction": 0.0005
|
|
},
|
|
{
|
|
"amplitude": { "x": 0, "y": 1 },
|
|
"period": 4.001,
|
|
"friction": 0.0005
|
|
},
|
|
{
|
|
"amplitude": { "x": .5, "y": .5 },
|
|
"period": 1.001,
|
|
"friction": 0.0005
|
|
},
|
|
{
|
|
"amplitude": { "x": -.5, "y": .5 },
|
|
"period": 2.999,
|
|
"friction": 0.0005
|
|
}
|
|
]
|
|
} |