I have a problemn dat Celestia refuses to show a planet's orbit if it has a spice orbit.
I've just started with Mercury, the ssc is as follows:
Code: Select all
ReferencePoint "Mercury_bary" "Sol"
{
Beginning "1599 12 09 00:00"
Ending "2201 02 20 00:00"
OrbitFrame { EclipticJ2000 { Center "SSB"}}
SpiceOrbit {
Kernel "mercury.bsp"
Target "1"
Origin "0"
BoundingRadius 1e10
Period 0.2408467
}
}
# -------------------------------------------------
"Mercury" "Sol"
{
Class "planet"
Texture "mercury.*"
Color [ 0.47 0.47 0.49 ]
Radius 2440
Albedo 0.106
Beginning "1599 12 09 00:00"
Ending "2201 02 20 00:00"
OrbitFrame { EclipticJ2000 { Center "Sol/Mercury_bary" }}
SpiceOrbit {
Kernel "mercury.bsp"
Target "199"
Origin "1"
Period 0.2408467
BoundingRadius 1e10
}
BodyFrame { EquatorJ2000 { Center "Sol" }}
CustomRotation "iau-mercury"
}
Am I overlooking something?