CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.7k stars 305 forks source link

can we customize texture path? #187

Open NeoWangs opened 5 years ago

lilleyse commented 5 years ago

@ONEBOYS could you provide more information? Or an example?

NeoWangs commented 5 years ago

i have more than one .obj files need to transfer, and i want to set one common folder to save all texture images like this: |-- texture | |-- 1.png | |-- 2.png | |-- 3.png | |-- 4.png | |-- 5.png |-- S0001 | |-- a.gltf | |-- a.bin |-- S0002 | |-- b.gltf | |-- b.bin

NeoWangs commented 5 years ago

@ONEBOYS could you provide more information? Or an example?