Area Collision (File Format): Difference between revisions
Jump to navigation
Jump to search
Area Collision (File Format) (view source)
Revision as of 20:03, 30 December 2016
, 30 December 2016→Format
>Aruki m (→Format) |
>Aruki (→Format) |
||
Line 45: | Line 45: | ||
| Bounding box of the collision mesh. This is also the bounding box of the root node of the octree. | | Bounding box of the collision mesh. This is also the bounding box of the root node of the octree. | ||
|- | |- | ||
| | | 0x28 | ||
| u32 | | u32 | ||
| 1 | | 1 | ||
Line 51: | Line 51: | ||
| Node type for the root node. This is almost always 1 (Branch) but there ARE some areas that use other values for this. | | Node type for the root node. This is almost always 1 (Branch) but there ARE some areas that use other values for this. | ||
|- | |- | ||
| | | 0x2C | ||
| u32 | | u32 | ||
| 1 | | 1 | ||
Line 57: | Line 57: | ||
| Size of the collision octree. | | Size of the collision octree. | ||
|- | |- | ||
| | | 0x30 | ||
| [[#Collision Octree|Collision Octree]] | | [[#Collision Octree|Collision Octree]] | ||
| 1 | | 1 |