mirror of
https://codeberg.org/icewind/vmdl.git
synced 2026-06-03 08:34:23 +02:00
animation blocks
This commit is contained in:
parent
d40299f3aa
commit
67fed7fbaf
5 changed files with 42 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue