A dictionary containing ephemerides of planets and other well-known objects.
const planet1 = viz.createObject('planet1', { ephem: EphemPresets.MERCURY, });
Standard gravitational parameter for objects orbiting these bodies. Units in m^3/s^2
Preset skybox objects that you can use to add a skybox to your visualization.
const skybox = viz.createSkybox(Spacekit.SkyboxPresets.NASA_TYCHO);
Useful presets for creating SpaceObjects.
const myobject = viz.addObject('planet1', Spacekit.SpaceObjectPresets.MERCURY);
Generated using TypeDoc
A dictionary containing ephemerides of planets and other well-known objects.