Triangle.linked_triangles

Adjacent triangles (uint32_t.max if none)

Every linked_triangles should have its associated linked_edges at the same index

struct Triangle
uint32_t[3] linked_triangles;

Meta