[[bodies]] name = "Sun" mass = 1.989e30 radius = 6.96e8 position = { x = 0.0, y = 0.0, z = 0.0 } parent_index = -1 color = { r = 1.0, g = 1.0, b = 0.0 } eccentricity = 0.0 semi_major_axis = 0.0 [[bodies]] name = "Earth" mass = 5.972e24 radius = 6.371e6 position = { x = 1.496e11, y = 0.0, z = 0.0 } parent_index = 0 color = { r = 0.0, g = 0.5, b = 1.0 } eccentricity = 0.0 semi_major_axis = 1.496e11 [[bodies]] name = "Mars" mass = 6.39e23 radius = 3.3895e6 position = { x = 2.279e11, y = 0.0, z = 0.0 } parent_index = 0 color = { r = 0.8, g = 0.3, b = 0.1 } eccentricity = 0.0 semi_major_axis = 2.279e11 [[bodies]] name = "Spacecraft" mass = 1.0 radius = 1000.0 # Position and velocity will be initialized at runtime for LEO orbit position = { x = 1.496e11, y = 0.0, z = 0.0 } velocity = { x = 0.0, y = 0.0, z = 0.0 } parent_index = 1 color = { r = 1.0, g = 0.0, b = 0.5 } eccentricity = 0.0 # Semi-major axis will be: Earth radius + 200km semi_major_axis = 6.571e6 # Placeholder, will be set during initialization