Class TAmbience

DescriptionHierarchyFieldsMethodsProperties

Unit

Arena

Declaration

type TAmbience = class(TObject)

Description

Class containing user-defined environmental rendering effects (currently only fog).

Hierarchy

TAmbience > TObject

Properties

Overview

Public property Fog: Boolean;
Public property FogColor: TColor;
Public property FogEnd: real;
Public property FogStart: real;
Public property Name: string;

Description

Public property Fog: Boolean;

Turn fog on/off.

Public property FogColor: TColor;

Color of the fog.

Public property FogEnd: real;

Distance (from the camera) where the fog has full intensity.

Public property FogStart: real;

Distance (from the camera) where the fog starts.

Public property Name: string;

The name of the ambience object.


Generated by PasDoc 0.8.8.3 on 2005-05-28 08:13:49