Empeld
Empeld plugin documentation.
pluginbase.Objects.World.Environment.IVolumeFog Interface Reference

A type of fog that also renders volumetric fog More...

Inheritance diagram for pluginbase.Objects.World.Environment.IVolumeFog:
pluginbase.Objects.World.Environment.IFog pluginbase.Objects.World.Environment.IEnvironmentSimulatable essentials.Environment.Fog.AtmosphereVolumeFog

Properties

float VolumeDensity [get]
 Density of the volumetric fog More...
 
double LowZ [get]
 How low the fog goes More...
 
double HighZ [get]
 How high the fog goes More...
 
- Properties inherited from pluginbase.Objects.World.Environment.IFog
FogType RenderMode [get]
 Gets the fog render mode More...
 
float Density [get]
 Gets the fog density More...
 
Rgba Color [get]
 Gets the color of the fog More...
 

Additional Inherited Members

- Public Member Functions inherited from pluginbase.Objects.World.Environment.IEnvironmentSimulatable
void Simulate (double time, double x, double y, double z)
 Simulate the environment with the time, and an x/y/z More...
 

Detailed Description

A type of fog that also renders volumetric fog

Property Documentation

◆ HighZ

double pluginbase.Objects.World.Environment.IVolumeFog.HighZ
get

How high the fog goes

The high z.

◆ LowZ

double pluginbase.Objects.World.Environment.IVolumeFog.LowZ
get

How low the fog goes

The low z.

◆ VolumeDensity

float pluginbase.Objects.World.Environment.IVolumeFog.VolumeDensity
get

Density of the volumetric fog

The volume density.


The documentation for this interface was generated from the following file: