22 lines
504 B
JSON
22 lines
504 B
JSON
{
|
|
"bodies": [
|
|
{
|
|
"name": "Earth",
|
|
"mass": 5.972e24,
|
|
"position": [149597870700, 0, 0],
|
|
"velocity": [0, 29780, 0]
|
|
},
|
|
{
|
|
"name": "Moon",
|
|
"mass": 7.34767309e22,
|
|
"position": [149982270700, 0, 0],
|
|
"velocity": [0, 30822, 0]
|
|
},
|
|
{
|
|
"name": "Sun",
|
|
"mass": 1.989e30,
|
|
"position": [0, 0, 0],
|
|
"velocity": [0, 0, 0]
|
|
}
|
|
]
|
|
} |