Project New Obj2msh converter

Kozak

Active member
Orbiter Contributor
Donator
Joined
Apr 27, 2008
Messages
218
Reaction score
90
Points
43
Location
Berlin
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:
  • 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:
Back
Top