vmdl

Crates.iovmdl
lib.rsvmdl
version0.2.0
sourcesrc
created_at2023-12-21 19:53:34.513409
updated_at2024-08-29 12:47:32.434772
descriptionRust parser for valve model files.
homepage
repositoryhttps://github.com/icewind1991/vmdl
max_upload_size
id1077358
size421,847
Robin Appelman (icewind1991)

documentation

README

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>
Commit count: 64

cargo fmt