I was looking at my Orbits the other day and i noticed a Comet that had a very very long orbit. and an almost straight line.
It just looked out of place, and wrong.
here is the code i have for the comet
Can anyone see if there is a mistake in there somewhere ?
Code: Select all
"C/1996 B2 Hyakutake" "Sol"
{
Class "comet"
Mesh "asteroid.cms"
Texture "comet.png"
Radius 1.3
EllipticalOrbit
{
Period 247594.0
PericenterDistance 2.337779413391891E-01
Eccentricity 9.999407170553701E-01
Inclination 1.246225591888924E+02
AscendingNode 1.887609399998953E+02
ArgOfPericenter 1.307272865438558E+02
MeanAnomaly 9.432006669030560E-03
Epoch 2452575.50
}
RotationPeriod 6.23
}