morris / vstools

Toolset for Vagrant Story (2000, Square), written in JavaScript with Three.js
https://morris.github.io/vstools/
MIT License
101 stars 9 forks source link

OBJ Exporting Issue #1

Closed RhysSterling closed 7 years ago

RhysSterling commented 7 years ago

Exporting to OBJ breaks the model's UV Map beyond repair.

Evidenced by; http://puu.sh/tnfxu/9d1ff7f525.png

morris commented 7 years ago

Hi, i've just updated dependencies - the OBJ exporter works now, however you'll need to flip textures vertically. I wonder why though, since the OBJ exporter is entirely taken from three.js' original source. Thanks for reporting 🍻