From 41d05d40d18b3cfa1c393d44b316c1c9d70c5483 Mon Sep 17 00:00:00 2001 From: Thomas Faour Date: Mon, 2 Jun 2025 23:30:16 -0400 Subject: [PATCH] something of a solar system --- config/planets.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/config/planets.json b/config/planets.json index 8b763a7..13c415e 100644 --- a/config/planets.json +++ b/config/planets.json @@ -1,10 +1,22 @@ { "bodies": [ + { + "name": "Mercury", + "mass": 3.30104e23, + "position": [4.6000e10, 0, 0], + "velocity": [0, 58970, 0] + }, + { + "name": "Venus", + "mass": 4.867e24, + "position": [1.08941e11, 0, 0], + "velocity": [0, 34780, 0] + }, { "name": "Earth", "mass": 5.972e24, - "position": [149597870700, 0, 0], - "velocity": [0, 29780, 0] + "position": [1.47095e11, 0, 0], + "velocity": [0, 29290, 0] }, { "name": "Moon",