Triangle.linked_edges

Edges to other triangles (uint32_t.max if none, but there should always be 3)

Every linked_edges should have its associated linked_triangles at the same index

struct Triangle
uint32_t[3] linked_edges;

Meta