The textures I drew (shown here thanks to FightSpit ) will not show on the planet Copernicus and it's moon Helio. The text from the .ssc file of Copernicus and Helio is shown below.
Code: Select all
"Copernicus" "ALP Portal"
{
Texture "Planet Class M #1.jpg"
NightTexture "NightMap Planet Class M #1.jpg"
# SpecularTexture "earth-spec.*"
Color [ 0.85 0.85 1.0 ]
SpecularColor [ 0.5 0.5 0.55 ]
SpecularPower 25.0
HazeColor [ 1 1 1 ]
HazeDensity 0.3
Radius 6378.140 # equatorial
# Oblateness 0.0034
Atmosphere {
Height 60
Lower [ 0.43 0.52 0.65 ]
Upper [ 0.26 0.47 0.84 ]
Sky [ 0.40 0.6 1.0 ]
Sunset [ 1.0 0.6 0.2 ]
Sunset [ 0.3 1.0 0.5 ]
CloudHeight 7
CloudSpeed 65
CloudMap "earth-clouds.*"
}
EllipticalOrbit {
Period 1.0000
SemiMajorAxis 0.7926
Eccentricity 0.0167
Inclination 0.0001
AscendingNode 348.739
LongOfPericenter 102.947
MeanLongitude 100.464
}
RotationPeriod 24. # 23.93419
Obliquity -23.45
RotationOffset 0. # offset at default epoch J2000
Albedo 0.30
}
"Helio" "ALP Portal/Copernicus"
{
Texture "Planet Class M #2.jpg"
NightTexture "NightMap Planet Class M #2.jpg"
Radius 1737.53
# Oblateness 0.002
EllipticalOrbit {
Period 0.50
SemiMajorAxis 384400
Eccentricity 0.054900
Inclination 5.15
}
RotationPeriod 24.
Obliquity 23.45 # mean axis
EquatorAscendingNode 0.0 # mean axis
RotationOffset 38
Albedo 0.25
}
Does anyone know why those four textures will not display on Copernicus and Helio?