Skip to main content

Fog

Complete API reference for Fog, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Post processing

Component: yes


public class Fog extends Component

Constructors

SignatureDescription
Fog(Fog)Executes Fog and returns after the underlying engine call finishes.
Fog(Engine)Executes Fog and returns after the underlying engine call finishes.
Fog()Executes Fog and returns after the underlying engine call finishes.

Attributes

NameTypeDescription
instanceFogRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
colorColorget/setVirtual attribute exposed by getColor. Access it like a field to read or write the underlying value.
cutOffDistancefloatget/setVirtual attribute exposed by getCutOffDistance. Access it like a field to read or write the underlying value.
densityfloatget/setVirtual attribute exposed by getDensity. Access it like a field to read or write the underlying value.
distancefloatget/setVirtual attribute exposed by getDistance. Access it like a field to read or write the underlying value.
fogColorFromIblbooleansetVirtual attribute exposed by setFogColorFromIbl. Access it like a field to read or write the underlying value.
heightfloatget/setVirtual attribute exposed by getHeight. Access it like a field to read or write the underlying value.
heightFallofffloatget/setVirtual attribute exposed by getHeightFalloff. Access it like a field to read or write the underlying value.
inScatteringSizefloatget/setVirtual attribute exposed by getInScatteringSize. Access it like a field to read or write the underlying value.
inScatteringStartfloatget/setVirtual attribute exposed by getInScatteringStart. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
isFogColorFromIbl()booleanExecutes isFogColorFromIbl and returns after the underlying engine call finishes.