mirror of
https://codeberg.org/icewind/vmdl.git
synced 2026-06-03 16:44:11 +02:00
viewer wip
This commit is contained in:
parent
fc98416aa3
commit
88bcdb35e7
8 changed files with 329 additions and 5 deletions
|
|
@ -2,6 +2,7 @@ use std::fs::read;
|
|||
use vmdl::mdl::Mdl;
|
||||
use vmdl::vtx::Vtx;
|
||||
use vmdl::vvd::Vvd;
|
||||
use vmdl::Model;
|
||||
|
||||
#[test]
|
||||
fn parse_mdl() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue