public void InitModel(Planet3D p) { Planet = p; SolarSystem = p.SolarSystem; UpdateTransform(); UpdateOrbit(); }