mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-17 00:45:55 +10:00
To be used like this: python convert_obj_threejs_slim.py -i model.obj -m morph*.obj -o model.js Morph filename strings can contain wildcards "*,?,[]". For including morphs from multiple folders, use quotes and separate filename patterns by space: python convert_obj_threejs_slim.py -i model.obj -m "folderA/morphA*.obj folderB/morphB*.obj ..." -o model.js