csharp
public record class FogAssetDistance and height fog, reconstructed from depth.
Fields and properties (14)
public string NameThe node's name, for debug groups and for a human reading the file.
public bool EnabledWhether the node runs.
public string SourceThe image it fogs.
public string DepthThe depth it reconstructs world positions from.
public string ViewThe view whose camera the reconstruction uses.
public string OutputThe name the result is published under.
public PixelFormat FormatThe format of the target it declares.
public int Mode0 linear, 1 exponential, 2 exponential squared.
public bool HeightFalloffWhether density falls off with height.
public bool SunScatteringWhether the fog brightens towards the sun.
public Vector3 ColourWhat colour it is.
public float DensityHow thick it is.
public float StartWhere linear fog begins, in metres.
public float EndWhere linear fog is total, in metres.
Used by (4)
- PostEffectFactoryVixen.Rendering.PostFx
- PostEffectTestsVixen.Rendering.PostFx.Tests
- TypeRegistrationVixen.Rendering.PostFx
- Vixen_Rendering_PostFx_FogAssetSerializerVixen.Rendering.PostFx