Skip to content

icewind1991/vmdl

Repository files navigation

VMDL

Rust parser for source engine model files (.mdl, .vtx, .vvd)

Scout model rendered by the example program

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>

About

Rust parser for source engine model files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published