source: oup/structdefs/AKVA.txt@ 807

Last change on this file since 807 was 176, checked in by geyser, 18 years ago
File size: 1.1 KB
RevLine 
[37]1BNV Node Array
[176]2
3File ID $00 12
4Level ID $04 4
5Unused $08 1020
6BNV nodes $1C 4
7
8*BNV node $20 $1C 4 116
9AKBP index $00 4 BSP tree for this BNV
10AKVA index $04 4 index of this BNV
11AKBA index $08 4 "side" range start
12AKBA index $0C 4 "side" range end
13AKVA index $10 4 first child BNV
14AKVA index $14 4 next sibling BNV
15Unknown $18 4 always -1
16X-tiles $1C 4 size of pathfinding grid
17Y-tiles $20 4 size of pathfinding grid
18RAW offset $24 11 offset of grid data
19RAW size $28 4 size of grid data
20Tile size $2C 9 usually 4 world units
21AABB X- $30 9 BNV AABB
22AABB Y- $34 9 BNV AABB
23AABB Z- $38 9 BNV AABB
24AABB X+ $3C 9 BNV AABB
25AABB Y+ $40 9 BNV AABB
26AABB Z+ $44 9 BNV AABB
27Unknown $48 2 always -2
28Unknown $4A 2 always -2
29AKVA index $4C 4 index of this BNV again
30Unknown $50 4 always 0
31Unknown $54 4 always 0
32Unknown $58 4 always 0 (was a RAW offset once?)
33Bitset $5C 4 1: "sloped"; 4: unknown, always set; 16: unknown, "no raw data"
34Plane X $60 9 floor and ceiling normal
35Plane Y $64 9 floor and ceiling normal
36Plane Z $68 9 floor and ceiling normal
37Plane D $6C 9 distance of floor to origin
38Plane D $70 9 distance of ceiling to origin
Note: See TracBrowser for help on using the repository browser.