I notice this doesn't happen in our (prebuilt) solar system, so I'm wondering if I have some parameters incorrect somewhere. In addition, the planetary orbit lines do not run through the planets, but rather way off to one side. Are these related?
I've attempted to search the archives, but so far have come up empty-handed.
Here's the code from this particular planet and its moons:
Code: Select all
#Planet 9
"Olyxaa" "HD 34085"
{
HazeColor [ 0.4 0.45 0.5 ]
HazeDensity 0.3
Texture "olyxaa.jpg"
Radius 125000
Oblateness 0.0863
EllipticalOrbit {
Period 22561.3276
SemiMajorAxis 798.4415
Eccentricity 0.0
Inclination 1.09
}
RotationPeriod 12.364
Obliquity 0.0
RotationOffset 330.6
Albedo 0.64
}
"Olyxam" "HD 34085/Olyxaa"
{
Texture "olyxam.jpg"
BumpMap "olyxambump.jpg"
BumpHeight 3.0
Radius 11236
Oblateness 0.003
EllipticalOrbit
{
Period 11.6069
SemiMajorAxis 1309586
Eccentricity 0.0135
Inclination 0.297
}
Period 31.114
Obliquity 9.04
EquatorAscendingNode 186.6
RotationOffset 135.4
Albedo 0.63
}
"Olyxan" "HD 34085/Olyxaa"
{
Texture "olyxan.jpg"
Radius 10110
Oblateness 0.0046
EllipticalOrbit
{
Period 16.5812
SemiMajorAxis 1870838
Eccentricity 0.0276
Inclination 0.32
}
Period 30.114
Obliquity 11.4
EquatorAscendingNode 186.6
RotationOffset 270.3
Albedo 0.55
}
"Olyxao" "HD 34085/Olyxaa"
{
Texture "olyxao.jpg"
BumpMap "olyxaobump.jpg"
BumpHeight 2.5
Radius 9580
Oblateness 0.0029
SpecularTexture "olyxaospec.jpg"
Color [ 0.85 0.85 1.0 ]
SpecularColor [ 0.5 0.5 0.55 ]
SpecularPower 50.0
HazeColor [ 1 1 1 ]
HazeDensity 0.3
Radius 2600
Atmosphere {
Height 98
Lower [ 0.5 0.5 0.65 ]
Upper [ 0.3 0.3 0.6 ]
Sky [ 0.3 0.6 0.9 ]
CloudHeight 9
CloudSpeed 90
CloudMap "olyxasclouds.png"
}
EllipticalOrbit
{
Period 26.5300
SemiMajorAxis 2993340.8
Eccentricity 0.0292
Inclination 0.33
}
Obliquity 0.6
EquatorAscendingNode 186.6
RotationOffset 318.9
Albedo 0.43
}
Thanks in advance for any help...