CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.71k stars 307 forks source link

Output filename is ignored #125

Closed donmccurdy closed 6 years ago

donmccurdy commented 6 years ago

After installing obj2gltf globally and running it...

npm install -g obj2gltf
obj2gltf -i input.obj -o output.glb

... the resulting file is named input.glb rather than output.glb. Assuming that method of installation is supported, it might be good to show that usage pattern in the docs — I think it's a bit easier for new users.

lilleyse commented 6 years ago

Thanks @donmccurdy, I'm surprised I never noticed that. Fixed in #126.