http://www.celestiamotherlode.net/catalog/show_addon_details.php?addon_id=844
If you're interested in seeing which parts of Mercury will be visible on the day, you might want to borrow a Mercury texture combining radar and Mariner 10 imagery, by Phil Stooke and Tayfun ?–ner, from this thread at Unmanned Spaceflight.com:
http://www.unmannedspaceflight.com/index.php?showtopic=946&st=45
I also tweaked the MESSENGER ssc for version 1.5, so that it keeps its heat shield and solar panels orientated towards the Sun:
Code: Select all
"Messenger" "Sol"
{
Class "spacecraft"
Mesh "messenger2.3ds"
Radius 0.006
Beginning 2453220.8021 # 2004 Aug 03 07:15
SampledOrbit "messenger.xyz"
FixedRotation { }
}
Modify "Messenger" "Sol"
{
BodyFrame {
TwoVector {
Center "Sol/Messenger"
Primary {
Axis "-x"
RelativePosition { Target "Sol" }
}
Secondary {
Axis "y"
RelativeVelocity { Target "Sol" }
}
}
}
}
Grant