Skip to content

MATERIALOBJ

Jocelyn Beedie edited this page Jun 13, 2020 · 1 revision

MATERIALOBJ files

MATERIALOBJ files are a very simple collection of references to MATERIALANIM files.

Format

struct MaterialObj {
    uint32_t num_bitmaps;
    uint32_t materialanims[num_bitmaps];
};

Each entry in materialanims is a reference to a MATERIALANIM file.

Clone this wiki locally