Updated readme

This commit is contained in:
Sean Lilley 2016-06-23 16:29:26 -04:00
parent a6830668bb
commit 85f035db19

View File

@ -30,11 +30,7 @@ Run `node bin/obj2gltf.js` and pass it the path to an OBJ file.
`node bin/obj2gltf.js -i model.obj -o model.gltf` `node bin/obj2gltf.js -i model.obj -o model.gltf`
`node bin/obj2gltf.js -i model.obj -o model.gltf -c -t phong` `node bin/obj2gltf.js -i model.obj -o model.gltf -e`
## Limitations
This tool is still in development. We plan on adding additional features like gzip compression, binary glTF export, and a testing suite.
## Contributions ## Contributions