this will be a fictional add-on for John Dollan's Arcbuilder's universe, and will incorporate some ancient ruined structures...
but I would like to get the orbit fairly accurate;
here is what I have so far
Code: Select all
"Kalliope" "Sol"
{
Class "asteroid"
Mesh "kalliope.3ds"
Radius 115
EllipticalOrbit
{
Period 4.9611
SemiMajorAxis 2.908783
Eccentricity 0.10282
Inclination 13.7101
AscendingNode 66.2409
ArgOfPericenter 356.21378
MeanAnomaly 283.6
Epoch ?
}
RotationPeriod 0.1728
Albedo 0.2
}
"Linus" "Sol/Kalliope"
{
Class "asteroid"
Mesh "linus.3ds"
Radius 19
EllipticalOrbit
{
Period 3.59
SemiMajorAxis 1065
Inclination 93.4
}
RotationPeriod 0.1 # Guess
Albedo 0.2
}
taken from here
http://www.johnstonsarchive.net/astro/a ... 00022.html
(with some rounding of figures - have I rounded too much?)
I am puzzled about how to obtain the epoch, though:
any other problems?
Has anyone made these two 'roids before?