yolkbot
    Preparing search index...

    Interface MapRender

    The different render properties on a MapJSON; this may be entirely unused

    interface MapRender {
        AO?: string;
        Diffuse: string;
        Direct: string;
        Dirt: string;
        Environment?: string;
        FogDensity: string;
        Indirect: string;
        Lights?: string;
        LightsReflect?: string;
        pointLightIntensity: number;
        Reflect: string;
        Sun?: string;
        SunReflect?: string;
    }
    Index

    Properties

    AO?: string

    A stringified number from around 0 to 2

    Diffuse: string

    A stringified number from around 0.95 to 1.4

    Direct: string

    A stringified number from around 0.6 to 1.75

    Dirt: string

    A stringified number from around 0 to 0.35

    Environment?: string

    A stringified number from around 0 to 1.5

    FogDensity: string

    A stringified number from around 0 to 0.04

    Indirect: string

    A stringified number from around 0.25 to 1.3

    Lights?: string

    A stringified number from around 0 to 3

    LightsReflect?: string

    A stringified number from around 0.2 to 1.95

    pointLightIntensity: number

    A number from around 0.25 to 1000

    Reflect: string

    A stringified number from around 0.15 to 2

    Sun?: string

    A stringified number from around 0 to 2

    SunReflect?: string

    A stringified number from around 0 to 2