11 lines
392 B
Plaintext
11 lines
392 B
Plaintext
|
|
type gfxworlddpvsplanes [display="GFX World DPVS Planes"]
|
||
|
|
{
|
||
|
|
// Fixed header fields
|
||
|
|
i32 cell_count [ui, readonly, display="Cell Count"];
|
||
|
|
i32 planes_ptr [ui, readonly, display="Planes Ptr"];
|
||
|
|
i32 nodes_ptr [ui, readonly, display="Nodes Ptr"];
|
||
|
|
i32 scene_ent_cell_bits_ptr [ui, readonly, display="Scene Ent Cell Bits Ptr"];
|
||
|
|
|
||
|
|
// Note: Arrays are parsed separately based on pointers
|
||
|
|
}
|