Tile.PathTable

Tile pathing information

Notes: - "local" refers to the local triangle index. The aswm triangle index can be retrieved by adding Tile.triangles_offset - Each triangle referenced here is only referenced once across all the tiles of the ASWM

Members

Structs

Header
struct Header
Undocumented in source.

Variables

flags
uint32_t flags;

Always 0b0001_1111 = 31 ?

header
Header header;
Undocumented in source.
local_to_node
ubyte[] local_to_node;

List of node indices for each triangle in the tile

node_to_local
uint32_t[] node_to_local;

Node index to local triangle index

nodes
ubyte[] nodes;

Node list

Meta