Code: Select all
"Earth North Hover" "Sol/Earth"
{
Class "Invisible"
Radius 0.001
OrbitFrame
{
TwoVector
{
Center "Sol/Earth"
Primary
{
Axis "z"
RelativePosition { Target "Sol/Earth" }
}
Secondary
{
Axis "y"
RelativeVelocity { Target "Sol/Earth" }
}
}
}
BodyFrame {
TwoVector {
Center "Sol/Earth"
Primary {
Axis "-z"
RelativePosition { Target "Sol" }
}
Secondary {
Axis "y"
RelativeVelocity { Target "Sol/Earth" }
}
}
}
FixedPosition [ 0.0 0.0 10000.0]
}
The goal here is to have a reference frame where I face away from the sun and can show the changing constellations through the year.
roland