Bitbybit Docs
    Preparing search index...

    Enumeration fogModeEnum (Inputs.Base)

    How distance fog thickens: not at all, linearly between a start and an end distance, or exponentially - squared exponential being the densest. Linear is the predictable one because you set exactly where fog begins and ends.

    Index

    Enumeration Members

    none: "none"
    exponential: "exponential"
    exponentialSquared: "exponentialSquared"
    linear: "linear"