Skip to content
/ mdl2obj Public

convert Quake MDL models to Wavefront OBJ models

License

Notifications You must be signed in to change notification settings

fzwoch/mdl2obj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

mdl2obj

Converts Quake1 model files to Wavefront OBJ model data. It will only convert the first frame of a model (in case the model is animated). It does not extract model texture data.

Usage

mdl2obj <model.mdl>

It will read the input model file and will create the following files in the current working directory:

model.obj
model.mtl

The model's material model.mtl file expects a texture file named model.jpg in the same directory.

The name model for all file names above is examplary. All names change according to the basename of the input model file name.

Build

go build

About

convert Quake MDL models to Wavefront OBJ models

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages