Light_Z - widberg/fmtk GitHub Wiki

Chum World LIGHT
ImZouna Light_Z

The class Light_Z is not found in any BigFiles shipped with the game; however, the game still has logic to handle objects of this class.

This has an associated Data Class.

struct Light_Z : Object_Z {
    Quat rotation;
    Vec3f direction;
    Vec4f color;
    Vec3f ambient;
    Vec3f position;
};