Tile.findPath

Calculate the fastest route between two triangles of a tile. The tile need to be baked, as it uses existing path tables.

struct Tile
const
uint32_t[]
findPath
(
in uint32_t fromGTriIndex
,
in uint32_t toGTriIndex
)

Meta