SkaceKamen / wot-model-converter

Converts World of Tanks models to wavefront obj format.
34 stars 16 forks source link

It doesn't love bounding box spaces #11

Open joehot200 opened 3 years ago

joehot200 commented 3 years ago

Yo.

I keep finding files like this

`

-1.282460 -0.859356 -2.703207
    <max> 1.282460 0.302024 2.676287 </max>
</boundingBox>`

Turns out I have to turn them into

`

-1.282460 -0.859356 -2.703207
    <max>1.282460 0.302024 2.676287</max>
</boundingBox>`

to make them work.