http://www.agi.com/corporate/mediaCente ... orizon.cfm
4 video


Jestr, this is superb, as usual, but it seems to me that you have not credited a texture for your second Pluto in the ADD .ssc file, so it appears blank for me. Or do have made something wrong? BTW, when I added into the file a texture name and add this texture (a fictitious Pluto) into the medres folder of the addon, all works fine. Jeamjestr wrote:OK,I have just made catalogue entries on the Motherlode for my New Horizons addon.
I have included an xyz orbit for the craft and also for Pluto (so for 2015 you get 2 Pluto's in Celestia).
OK Jestr! Two choices: you can recompile the addon with a medres fictitious texture of yours, for artistic license. But you can also ask Ulrich to edit the CML pack: just adding lines for the main celestia textures (pluto-lok.jpg and pluto-lok-spec.jpg) no necessary to include these, that is working very well... Jeamjestr wrote:Yes,I fear you may be correct,Jeam.When I was making the addon,I included some of my own,but later deleted them to save on space.They will need some though,even if only the default ones (of course the only "real" ones).Jestr
In solarsys.ssc file, the Moon is defined by:chris wrote:There's no VSOP87 orbit for Pluto, so the errors in its position are much greater than for the other eight planets of the solar system. As an alternative to using an XYZ file for Pluto, you can use the JPL DE406 ephemerides with Celestia. ... ... ... This particular chunk of the full DE406 ephemeris gives very accurate positions for the planets and Moon for the years 1800-2100.
Code: Select all
"Moon:Earth I" "Sol/Earth"
{
Texture "moon.*"
BumpMap "moonbump.*"
BumpHeight 3.5
Radius 1737.53
# Oblateness 0.002
InfoURL "http://www.nineplanets.org/luna.html"
CustomOrbit "moon"
# Overridden by CustomOrbit
# EllipticalOrbit {
# Period 27.321661
# SemiMajorAxis 384400
# Eccentricity 0.054900
# Inclination 5.15
# }
OrbitFrame {
EquatorJ2000 { Center "Sol/Earth" }
}
BodyFrame { EquatorJ2000 {} }
CustomRotation "iau-moon"
# Overriden by CustomRotation
# UniformRotation
# {
# Inclination 23.4608
# AscendingNode 359.9949
# MeridianAngle 38.3213
# }
LunarLambert 1.0
Albedo 0.12
}
Code: Select all
Modify "Moon" "Sol/Earth"
{
CustomOrbit "jpl-moon-earth"
OrbitFrame
{
EclipticJ2000 { Center "Sol/Earth" }
}
}