OBD:AKBP: Difference between revisions
Jump to navigation
Jump to search
(removing unnecessary template from use) |
No edit summary |
||
Line 16: | Line 16: | ||
{{OBDtr | 0x08 | int32 |C8FFC8| FF FF FF FF | -1 | back AKBP package number, -1 if none }} | {{OBDtr | 0x08 | int32 |C8FFC8| FF FF FF FF | -1 | back AKBP package number, -1 if none }} | ||
|} | |} | ||
AKBP contains one [[wikipedia:http://en.wikipedia.org/wiki/Binary_space_partitioning|BSP tree]] for each [[AKVA|BNV]] (the index of the root of the tree is stored in BNV). Such a tree is used to detect if a point is inside a BNV. | |||
{{OBD_File_Footer | type=AKBP | prev=AKBA | next=AKDA | name=BSP Node Array | family=Level}} | {{OBD_File_Footer | type=AKBP | prev=AKBA | next=AKDA | name=BSP Node Array | family=Level}} |
Revision as of 16:59, 29 May 2008
|
Offset | Type | Raw Hex | Value | Description |
---|---|---|---|---|
0x00 | res_id | 01 50 02 00 | 592 | 00592-.AKBP |
0x04 | lev_id | 01 00 00 06 | 3 | level 3 |
0x08 | char[22] | AD DE | dead | unused |
0x1E | int16 | C4 06 | 1732 | array size |
First element (black outline) | ||||
0x00 | int32hb | 00 00 00 00 | 0, high bit | plane index (in the environment plane array, see AKEV), reverse plane normal if set |
0x04 | int32 | 01 00 00 00 | 1 | front AKBP package number, -1 if none |
0x08 | int32 | FF FF FF FF | -1 | back AKBP package number, -1 if none |
AKBP contains one BSP tree for each BNV (the index of the root of the tree is stored in BNV). Such a tree is used to detect if a point is inside a BNV.
ONI BINARY DATA |
---|
AKBA << Other file types >> AKDA |
AKBP : BSP Node Array |
Level file |