animation blocks

This commit is contained in:
Robin Appelman 2024-08-26 14:59:38 +02:00
commit 67fed7fbaf
5 changed files with 42 additions and 11 deletions

View file

@ -27,6 +27,7 @@ fn main() -> Result<(), vmdl::ModelError> {
bone.name, bone.parent, bone.rot, bone.q_alignment, bone.pose_to_bone
);
}
dbg!(&mdl.animation_blocks);
// dbg!(&mdl.attachments);
let model = Model::from_parts(mdl, vtx, vvd);