Module ssbh_lib::formats::adj

source ·
Expand description

Adj is a non SSBH format that stores vertex adjacency data. These files typically use the “.adjb” suffix like “model.adjb”.

Adjacency information is stored in a combined index buffer for all the MeshObject with corresponding entries. The buffer contains indices for all the vertices in adjacent faces to each vertex.

Structs§