mirror of
https://codeberg.org/icewind/vmdl.git
synced 2026-06-03 08:34:23 +02:00
bone content flags
This commit is contained in:
parent
d128a94584
commit
2cb245f838
2 changed files with 49 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ fn main() -> Result<(), vmdl::ModelError> {
|
|||
for bone in mdl.bones {
|
||||
println!(
|
||||
"{}: from {} at\n\t{:?}\n\t{:?}",
|
||||
bone.name, bone.parent, bone.rot, bone.procedural_rules
|
||||
bone.name, bone.parent, bone.rot, bone.contents
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue