OrbitModule
No Description Found
staticPosition
Specify this if you want the body to remain stationary at a given location (ie not orbit its parent). Required for Bramble dimensions
primaryBody
The name of the body this one will orbit around
isMoon
Is this the moon of a planet? Used for determining when its name is shown on the map.
axialTilt
The angle between the normal to the orbital plane and its axis of rotation.
siderealPeriod
Rotation period in minutes.
initialRotation
Offsets the planet's starting sidereal rotation. In degrees.
isTidallyLocked
Should the body always have one side facing its primary?
isStatic
Is the body meant to stay in one place without moving? If staticPosition is not set, the initial position
will be determined using its orbital parameters.
alignmentAxis
If it is tidally locked, this direction will face towards the primary. Ex: Interloper uses `0, -1, 0`. Most planets
will want something like `-1, 0, 0`.
showOrbitLine
Referring to the orbit line in the map screen.
dottedOrbitLine
Should the orbit line be dotted?
trackingOrbitLine
Should we just draw a line behind its orbit instead of the entire circle/ellipse?
orbitLineFadeEndDistance
If the camera is farther than this distance the orbit line will fade out. Leave empty to not have it fade out.
orbitLineFadeStartDistance
If the camera is closer than this distance the orbit line will fade out. Leave empty to not have it fade out.
semiMajorAxis
The semi-major axis of the ellipse that is the body's orbit. For a circular orbit this is the radius.
inclination
The angle (in degrees) between the body's orbit and the plane of the star system
longitudeOfAscendingNode
An angle (in degrees) defining the point where the orbit of the body rises above the orbital plane if it has
nonzero inclination.
eccentricity
At 0 the orbit is a circle. The closer to 1 it is, the more oval-shaped the orbit is.
argumentOfPeriapsis
An angle (in degrees) defining the location of the periapsis (the closest distance to it's primary body) if it has
nonzero eccentricity.
trueAnomaly
Where the planet should start off in its orbit in terms of the central angle.