How do I get hyperbolic orbits to work?
Posted: 08.07.2012, 07:55
I'm building an object that is on a hyberbolic orbit around the sun, but when I reverse the time to before the epoch, the object vanishes, and teleports itself to the edge of the universe and traverses the edge at an impossibly FTL speed.
This is the orbit definition I gave it:
How do I get the object to work correctly?
This is the orbit definition I gave it:
Code: Select all
EllipticalOrbit {
Period 1.1726328762902517727583846680356
SemiMajorAxis -1.1120
Eccentricity 2.7309
Inclination 1.3247
AscendingNode 233.5465
ArgOfPericenter 129.3212
MeanAnomaly 245.4497
Epoch "1934 05 06 12:51:52"
}
How do I get the object to work correctly?