SkyDome()
Syntax
Result = SkyDome(TextureName$, Curve.f [, FogColor, FogIntensity, FogStartDistance, FogEndDistance])Description
Creates a new SkyDome which is a curved moving sky displayed using the specified texture.
Parameters
TextureName$ The texture to use. The texture must be in a path previously declared with the Add3DArchive() function. Curve The curve value indicates how much the sky should be curved (can be either negative or positive). FogColor (optional) The fog color. RGB() can be used to get a valid color value. If not specified, the fog settings are inherited from the Fog() command. FogIntensity (optional) The fog intensity. If sets to zero, the fog effect is disable. FogStartDistance (optional) The distance from the camera (in world units) where the fog should start. FogEndDistance (optional) The distance from the camera where the fog is fully opaque.
Return value
Returns non-zero if the SkyDome has been successfully created.
See Also
SkyBox()
Supported OS
All