bone transform wip

This commit is contained in:
Robin Appelman 2023-12-27 22:54:10 +01:00
commit b731b7aab1
6 changed files with 67 additions and 23 deletions

View file

@ -215,6 +215,7 @@ impl StripHeader {
#[repr(C)]
#[repr(packed)]
pub struct Vertex {
// these index into the mesh's vert[origMeshVertID]'s bones
pub bone_weight_indexes: [u8; 3],
pub bone_count: u8,
pub original_mesh_vertex_id: u16,