Torque 3D - Script Manual: SkyBox Class Reference

TorqueScript

Main   Class List   Namespace List   Online

SkyBox Class Reference
[Atmosphere]

Represents the sky with an artist-created cubemap. More...

Inheritance diagram for SkyBox:

List of all members.

Public Attributes

void postApply
Sky Box

bool drawBottom
 If false the bottom of the skybox is not rendered.
float fogBandHeight
 The height (0-1) of the fog band from the horizon to the top of the SkyBox.
string Material
 The name of a cubemap material for the sky box.

Static Public Attributes

static bool isRenderable
 Disables rendering of all instances of this type.
static bool isSelectable
 Disables selection of all instances of this type.

Detailed Description

Represents the sky with an artist-created cubemap.

SkyBox is not a directional light and should be used in conjunction with a Sun object.


Member Data Documentation

If false the bottom of the skybox is not rendered.

The height (0-1) of the fog band from the horizon to the top of the SkyBox.

The name of a cubemap material for the sky box.



Copyright © GarageGames, LLC. All Rights Reserved.