mirror of
https://codeberg.org/icewind/vmdl.git
synced 2026-06-03 16:44:11 +02:00
surface prop and keyvalues
This commit is contained in:
parent
cfba159890
commit
44e7671fdb
4 changed files with 35 additions and 10 deletions
|
|
@ -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{:?}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue