Olganix / Sw_Racer

Tools relative to Starwars Racer.
Other
16 stars 2 forks source link

Add script to support conversion to Wavefront-Obj #2

Closed JayFoxRox closed 6 years ago

JayFoxRox commented 6 years ago

Adds a script to convert a model to Wavefront-Obj.

The script can be run like this:

[fox@x230 scripts]$ reset && ./xml_to_obj.py ../build/out_modelblock.bin.xml

The XML must be as small as possible, and ideally only contains Malt chunks.


There's probably a good amount of bugs left.

Code is dirty too, this is more of a proof-of-concept. Still hoping for inclusion to get things bootstrapped.