![Confused :?](./images/smilies/icon_confused.gif)
How do I get them to show? Changing render paths and using non-vt textures don't work (I never use VT clouds; I gotta have that cloud rotation).
![Neutral :|](./images/smilies/icon_neutral.gif)
Umm, I know they can be visible, and have noticed them myself; the problem is, they're simply *not* drawn at all.selden wrote:The clouds have to be quite high for the shadows to be obvious. Here's the Earth, using Celestia v1.6.1 and Earth's default cloud texture, but raised to an altitude of 700 km (default is 7 km). You must select the OpenGL 2.0 render path for them to be drawn.
Umm. What?Fenerit wrote:The transparent parts of the canvas must be completely transparents; they could be not transparents even if looks as such. Is enough a bit of opacity of the full canvas for not showing the shadows.
Code: Select all
"no_shadows" "Sol" {
Texture "neptune.*"
# SpecularTexture "earth-spec.*"
Color [ 0.85 0.85 1.0 ]
SpecularColor [ 0.8 0.8 0.85 ]
SpecularPower 25.0
HazeColor [ 1 1 1 ]
HazeDensity 0.3
Radius 6378.140 # equatorial
EllipticalOrbit { Period 1 SemiMajorAxis 1 }
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 ]
CloudHeight 700
CloudSpeed 65
CloudMap "no_shadows-clouds.png"
CloudShadowDepth 1.0
Mie 0.001
MieAsymmetry -0.25
Rayleigh [ 0.001 0.0025 0.006 ]
MieScaleHeight 12
}
UniformRotation
{
Period 23.93447117
Inclination -23.4392911
MeridianAngle 280.147
}
}
"yes_shadows" "Sol" {
Texture "saturn.*"
# SpecularTexture "earth-spec.*"
Color [ 0.85 0.85 1.0 ]
SpecularColor [ 0.8 0.8 0.85 ]
SpecularPower 25.0
HazeColor [ 1 1 1 ]
HazeDensity 0.3
Radius 6378.140 # equatorial
EllipticalOrbit { Period 2 SemiMajorAxis 2 }
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 ]
CloudHeight 700
CloudSpeed 65
CloudMap "yes_shadows-clouds.png"
CloudShadowDepth 1.0
Mie 0.001
MieAsymmetry -0.25
Rayleigh [ 0.001 0.0025 0.006 ]
MieScaleHeight 12
}
UniformRotation
{
Period 23.93447117
Inclination -23.4392911
MeridianAngle 280.147
}
}