mirror of
https://codeberg.org/icewind/vmdl.git
synced 2026-06-03 08:34:23 +02:00
texture paths
This commit is contained in:
parent
1fa7a67515
commit
cd5ec8492e
8 changed files with 99 additions and 8 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue