Hi, I'm trying to create a planet (99942 Apophis) So far what I've managed to do is create a planet with io textures that won't CTD when I look at it. So I don't think I'm in the wrong tracks here, atleast I hope so...
I started with the venus.cfg and this is what I have so far.
The main problem is this
I have no idea how to figure these out.
Please feel free to correct me anywhere you feel the need to, I'm new to this, so any help is welcome.
As a side note.
No idea what these mean. Other than that they are commented out.
I started with the venus.cfg and this is what I have so far.
Code:
; === Configuration file for planet 99942 ===
Name = 99942_Apophis
EllipticOrbit = TRUE ; ignore perturbations
HasElements = TRUE ; orbital elements follow
;ErrorLimit = 1e-5
;SamplingInterval = 211 ; interpolation sampling interval [s]
; (interpolation error ~2m)
; === Physical Parameters ===
Mass = 2.7e10 ; DONE
Size = 0.13500e6 ; mean radius
;JCoeff = 0.000027 ; J2 coefficient for gravitational potential
;AlbedoRGB = 2.0 1.8 1.5
; === Planetary Mean Orbits ===
SemiMajorAxis = 137929e6
Eccentricity = 0.191
Inclination = 55.926
LongAscNode = 162.363
LongPerihelion = 55.9075
MeanLongitude = 114.924
; === Rotation Elements ===
SidRotPeriod = 109440
; === Data for the Visual ===
MaxPatchResolution = 8 ; highest sphere patch level
The main problem is this
Code:
LongAscNode = 162.363
LongPerihelion = 55.9075
MeanLongitude = 114.924
I have no idea how to figure these out.
Please feel free to correct me anywhere you feel the need to, I'm new to this, so any help is welcome.
As a side note.
Code:
;ErrorLimit = 1e-5
;SamplingInterval = 211
;JCoeff = 0.000027
;AlbedoRGB = 2.0 1.8 1.5
No idea what these mean. Other than that they are commented out.