File formats·skills/ignifx/references/formats/ignifx.environment.md
ignifx.environment
<!-- Generated by `pnpm docs:schemas`. Do not edit by hand. -->Environment file (
Environment file (ignifx/environment-file)#
An image-based lighting environment, its BRDF lookup table, and its skybox.
| Field | Kind | Default | Description |
|---|---|---|---|
format | str | "ignifx.environment" | Always "ignifx.environment". |
formatVersion | u32 | 1 | The file format version; 1 before ignifx 1.0. |
environment | str | "" | The .env address holding the prefiltered cube map. |
brdfLut | str | "" | The RGBD BRDF table; empty takes rendering.brdfLut. |
skybox | str | "" | A .dds or .env skybox address; empty for none. |
skyboxSize | f32 | 20 | The skybox cube's size, in metres. |
skyboxEnabled | bool | true | Whether a skybox is drawn at all. |
blur | f32 | 0 | How blurred the specular reflection is, 0 to 1. |
rotation | f32 | 0 | Rotation around world Y, in degrees. |