ignifx0.x · unpublished
GitHub

File formats·skills/ignifx/references/formats/ignifx.environment.md

ignifx.environment

<!-- Generated by `pnpm docs:schemas`. Do not edit by hand. -->

Environment file (ignifx/environment-file)#

An image-based lighting environment, its BRDF lookup table, and its skybox.

FieldKindDefaultDescription
formatstr"ignifx.environment"Always "ignifx.environment".
formatVersionu321The file format version; 1 before ignifx 1.0.
environmentstr""The .env address holding the prefiltered cube map.
brdfLutstr""The RGBD BRDF table; empty takes rendering.brdfLut.
skyboxstr""A .dds or .env skybox address; empty for none.
skyboxSizef3220The skybox cube's size, in metres.
skyboxEnabledbooltrueWhether a skybox is drawn at all.
blurf320How blurred the specular reflection is, 0 to 1.
rotationf320Rotation around world Y, in degrees.