CesiumGS / obj2gltf

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

Freezing with any command line #28

Closed DanielMGC closed 8 years ago

DanielMGC commented 8 years ago

Hello! I'm trying to use the tool to convert some 3D objects to GLTF, but I must be doing something wrong, as any command line I try the tool just shows an empty line and freezes until I hit Ctrl C. I installed the tool using the

npm install --save obj2gltf

command line from the instructions. From there I proceeded to go to the obj2gltf folder inside the "node_modules" folder and, from there, run some command lines, but with all of the the tool just freezes. Even a simple

node bin\obj2gltf.js -h

doesn't work, which is why I think I must be doing something wrong... I'm new to Node.js, so please excuse me if I'm doing something obviously wrong...

Thanks for any help!

DanielMGC commented 8 years ago

Oh, sorry, it was just that it was taking a while to process... I left the command running for a few minutes and it worked.

mramato commented 8 years ago

Thanks anyway, @DanielMGC. It might make sense for us to add progress information to avoid this confusion. (And a quite flag to shut it off).