Chage dwarf planet orbit and Pluton-Charon orbit colors (Closes: #463)

pull/3/head
Hleb Valoshka 2019-10-24 17:02:01 +03:00
parent 3ec9365891
commit b565806a43
2 changed files with 3 additions and 6 deletions

View File

@ -10,7 +10,6 @@
Texture "asteroid.*"
Radius 482.6
Oblateness 0.07475
OrbitColor [ 0.556863 0.235294 0.576471 ]
EllipticalOrbit
{
Epoch 2458423.5 # 2018 Nov 01
@ -38,6 +37,8 @@ ReferencePoint "Pluto-Charon" "Sol"
{
CustomOrbit "pluto"
OrbitColor [ 0.556863 0.235294 0.576471 ]
# Make the orbit and label visible
Visible true
Clickable true
@ -57,7 +58,6 @@ ReferencePoint "Pluto-Charon" "Sol"
Sky [ 0.16 0.24 0.32 ]
Sunset [ 0.20 0.29 0.40 ]
}
OrbitColor [ 0.556863 0.235294 0.576471 ]
EllipticalOrbit
{
Epoch 2457217.5 # 2015 Jul 14
@ -227,7 +227,6 @@ ReferencePoint "Pluto-Charon" "Sol"
# BumpMap "haumea-bump.*"
# BumpHeight 10
SemiAxes [ 1161 852 569 ]
OrbitColor [ 0.556863 0.235294 0.576471 ]
EllipticalOrbit
{
Epoch 2457754.5 # 2017 Jan 01
@ -320,7 +319,6 @@ ReferencePoint "Pluto-Charon" "Sol"
Texture "asteroid.*"
Radius 717
Oblateness 0.0083682
OrbitColor [ 0.556863 0.235294 0.576471 ]
EllipticalOrbit
{
Epoch 2457754.5 # 2017 Jan 01
@ -372,7 +370,6 @@ ReferencePoint "Pluto-Charon" "Sol"
Upper [ 0.5 0.5 0.5 ]
Sky [ 0.0 0.0 0.0 ]
}
OrbitColor [ 0.556863 0.235294 0.576471 ]
EllipticalOrbit
{
Epoch 2457754.5 # 2017 Jan 01

View File

@ -205,7 +205,7 @@ Color Renderer::HorizonGridLabelColor (0.72f, 0.72f, 0.72f);
Color Renderer::StarOrbitColor (0.5f, 0.5f, 0.8f);
Color Renderer::PlanetOrbitColor (0.3f, 0.323f, 0.833f);
Color Renderer::DwarfPlanetOrbitColor (0.3f, 0.323f, 0.833f);
Color Renderer::DwarfPlanetOrbitColor (0.556f, 0.235f, 0.576f);
Color Renderer::MoonOrbitColor (0.08f, 0.407f, 0.392f);
Color Renderer::MinorMoonOrbitColor (0.08f, 0.407f, 0.392f);
Color Renderer::AsteroidOrbitColor (0.58f, 0.152f, 0.08f);