| Description | Hierarchy | Fields | Methods | Properties |
type TAmbience = class(TObject)
Class containing user-defined environmental rendering effects (currently only fog).
![]() |
property Fog: Boolean; |
![]() |
property FogColor: TColor; |
![]() |
property FogEnd: real; |
![]() |
property FogStart: real; |
![]() |
property Name: string; |
![]() |
property Fog: Boolean; |
Turn fog on/off.
![]() |
property FogColor: TColor; |
Color of the fog.
![]() |
property FogEnd: real; |
Distance (from the camera) where the fog has full intensity.
![]() |
property FogStart: real; |
Distance (from the camera) where the fog starts.
![]() |
property Name: string; |
The name of the ambience object.