From 85f035db19f3b5493bcd362b5951e648557040d3 Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Thu, 23 Jun 2016 16:29:26 -0400 Subject: [PATCH] Updated readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ae00a0..c5500ad 100644 --- a/README.md +++ b/README.md @@ -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 -c -t phong` - -## Limitations - -This tool is still in development. We plan on adding additional features like gzip compression, binary glTF export, and a testing suite. +`node bin/obj2gltf.js -i model.obj -o model.gltf -e` ## Contributions