PathTable.local_to_node

List of node indices for each triangle in the tile

local_to_node[triangle_local_index] represents an index value to be used with nodes (see nodes for how to use it)

All triangles (even non walkable) must be represented here. Triangle indices that are not used in this tile must have a 0xFF value.

struct PathTable
ubyte[] local_to_node;

Meta