Skip to content
Jocelyn Beedie edited this page Nov 15, 2020 · 3 revisions

OMNI files

Represents an Omnilight, a light source that emits light in all directions.

Format

struct Omni {
    TransformationHeader header;
    float color[3]; // RGB color
    uint8_t unknown1; // Always 1
    char junk[3];
    float unknown2[2]; //  Probably related to range/attenuation?
}
Clone this wiki locally