Small World Engine API Reference - v0.46.1
    Preparing search index...

    Enumeration FogMode

    Defines the mathematical mode used for calculating fog density.

    Index

    Enumeration Members

    Enumeration Members

    EXP: 2

    Exponential fog simulating physical light scattering.

    EXP2: 3

    Squared exponential fog for a sharper, more dramatic drop-off.

    LINEAR: 1

    Linear fog increasing between a near and far distance.

    NONE: 0

    No fog applied.