Cool! Great news on the comet rendering, Chris. However, I was just after an orbital description of Ikeya-Zhang for the moment, so that I can use Celestia to help me find the damn thing
Anyway, I bit the bullet and decided to start hacking around for myself. I got the orbital elements from here:
http://ssd.jpl.nasa.gov/data/ELEMENTS.COMET, and hacked about to create this file:
"Ikeya-Zhang" "Sol"
{
Texture "asteroid.jpg"
EllipticalOrbit
{
Period 366
SemiMajorAxis 51.2106127
Eccentricity 0.99009859
Inclination 28.12033
AscendingNode 93.37319
ArgOfPericenter 34.66594
MeanAnomaly 0.0215747
Epoch 20020318.97804
}
# These are all made up (copied from Halley)
Radius 7.5
RotationPeriod 170
Albedo 0.04
}
Only problem is, it just sits in the middle of the sun, and I've no idea why. Also, I'm pretty sure the Epoch is wrong. Anyway, I figured these were pretty standard problems/errors, so if anyone could help me out, that would be cool!