While workling on some project, I've encountered the need to convert massive numbers of models from Wavefront OBJ format to Orbiter MSH format.
The existing solutions seemed insuffieient to me, so I've wrote my own.
Main features:
Thigs to do:
Binary and SVN repo are available here, project is done in C# using VS2012Express.
Please test and report whatever problems you encounter, along with test files, if possible.
The existing solutions seemed insuffieient to me, so I've wrote my own.
Main features:
- Reliable conversion from standard-adhering OBJ to Orbiter MSH
- Materials (.mtl) support
- Preservation of material qualities and group names
Thigs to do:
- Model optimization (elimination of duplicate vertexes) to reduce number of vertexes produced.
- More friendly command-line interface
Binary and SVN repo are available here, project is done in C# using VS2012Express.
Please test and report whatever problems you encounter, along with test files, if possible.
Last edited: