Skylights

Skylights is a command line tool to bake radiance and irradiance maps for image based lighting.

It converts an input environment map in equirectangular format into 3 cubemaps:

``` Usage: skylights [OPTIONS] [input-image]

Arguments: [input-image] Environment map to process

Options: -x Side of the output cubemaps in pixels [default: 1024] -f Output cubemaps pixel format [default: rgba16f] [possible values: rgba32f, rgba16f] -e Output cubemaps image encoding [default: ktx2] [possible values: ktx1, ktx2, dds, png] -n Number of samples per pixel when calculating radiance and irradiance maps [default: 128] -m Scales the final baked value in the radiance and irradiance maps [default: 1] -c Corrects the contrast of the final color [default: 1] -b Corrects the brightness of the final color [default: 1] -s Corrects the saturation of the final color 0: grayscale and 1: original color [default: 1] -u Corrects the hue of the final color in degrees. [possible values: 0..360] [default: 0] -l, --lut Computes GGX LUT -h, --help Print help ```

To use from Releases (Windows only)

To install:

To build from source:

Skylights is sponsored by novorender