2026-01-11 16:08:46 -05:00
|
|
|
type gfxworlddpvsplanes ui("GFX World DPVS Planes")
|
2026-01-07 16:36:40 -05:00
|
|
|
{
|
|
|
|
|
// Fixed header fields
|
2026-01-11 16:08:46 -05:00
|
|
|
i32 cell_count ui("Cell Count");
|
|
|
|
|
i32 planes_ptr ui("Planes Ptr");
|
|
|
|
|
i32 nodes_ptr ui("Nodes Ptr");
|
|
|
|
|
i32 scene_ent_cell_bits_ptr ui("Scene Ent Cell Bits Ptr");
|
2026-01-11 12:09:57 -05:00
|
|
|
|
2026-01-07 16:36:40 -05:00
|
|
|
// Note: Arrays are parsed separately based on pointers
|
|
|
|
|
}
|