surface prop and keyvalues

This commit is contained in:
Robin Appelman 2023-12-29 20:22:31 +01:00
commit 44e7671fdb
4 changed files with 35 additions and 10 deletions

View file

@ -17,6 +17,8 @@ fn main() -> Result<(), vmdl::ModelError> {
let data = fs::read(path.with_extension("vvd"))?;
let _vvd = Vvd::read(&data)?;
println!("{}", mdl.surface_prop);
println!("{:?}", mdl.key_values);
for bone in mdl.bones {
println!(
"{}: from {} at\n\t{:?}\n\t{:?}",