Sky

    Inherited By: , ProceduralSky

    Category: Core

    enum RadianceSize:

    • RADIANCE_SIZE_32 = 0 — Radiance texture size is 32x32 pixels.
    • RADIANCE_SIZE_64 = 1 — Radiance texture size is 64x64 pixels.
    • RADIANCE_SIZE_128 = 2 — Radiance texture size is 128x128 pixels.
    • RADIANCE_SIZE_256 = 3 — Radiance texture size is 256x256 pixels.
    • RADIANCE_SIZE_1024 = 5 — Radiance texture size is 1024x1024 pixels.
    • RADIANCE_SIZE_2048 = 6 — Radiance texture size is 2048x2048 pixels.
    • RADIANCE_SIZE_MAX = 7 — Represents the size of the enum.

    The base class for PanoramaSky and .

    Setterset_radiance_size(value)
    Getterget_radiance_size()

    The higher the radiance map size, the more detailed the lighting from the will be.

    See RadianceSize constants for values. Default size is .