Island.Header

Undocumented in source.

Members

Variables

center
Vertex center;

Center of the island. Z is always 0. TODO: find how it is calculated

index
uint32_t index;

Index of the island in the aswm.islands array. TODO: weird

tile
uint32_t tile;

Value looks pretty random, but is identical for all islands

triangles_count
uint32_t triangles_count;

Number of triangles in this island

Meta