3 unstable releases
0.2.0 | Aug 29, 2024 |
---|---|
0.1.1 | Dec 27, 2023 |
0.1.0 | Dec 21, 2023 |
#30 in Data formats
154 downloads per month
250KB
2.5K
SLoC
VMDL
Rust parser for source engine model files (.mdl
, .vtx
, .vvd
)
Examples
All examples require the .mdl
, .vvd
and .dx90.vtx
to be next to each other and TF2 to be installed to load the texture data from.
Viewer
cargo run --release --example view <path-to-mdl>
Convert to gltf
cargo run --release --example gltf <path-to-mdl> <path-for-output-gtb>
Dependencies
~2–2.6MB
~51K SLoC