RWPlaneSection (0x000A)¶
The plane section section presumably stores information about a dividing plane of a world (as ZanZarah uses Binary Space Partition) and thus usually has one or two RWAtomicSection or other plane sections as childs.
The format was decrypted by kabbi but some meaning remains hidden for now.
Structure format¶
Size | Type | Description |
---|---|---|
4b | uint | sector type |
4b | float | value |
4b | bool | leftIsWorldSector |
4b | bool | rightIsWorldSector |
4b | float | leftValue |
4b | float | rightValue |