texture paths

This commit is contained in:
Robin Appelman 2023-12-09 23:28:00 +01:00
commit cd5ec8492e
8 changed files with 99 additions and 8 deletions

View file

@ -16,7 +16,7 @@ fn main() -> Result<(), vmdl::ModelError> {
let _vtx = Vtx::read(&data)?;
let data = fs::read(path.with_extension("vvd"))?;
let _vvd = Vvd::read(&data)?;
dbg!(mdl.body_parts);
dbg!(mdl.textures, mdl.texture_paths);
// let model = Model::from_parts(mdl, vtx, vvd);
// for strip in model.vertex_strips() {