Go to file
Sean Lilley b37a582723 Auto-generate normals if they are missing 2015-10-19 17:03:50 -04:00
bin Auto-generate normals if they are missing 2015-10-19 17:03:50 -04:00
doc Updated readme 2015-10-18 23:51:01 -04:00
lib Auto-generate normals if they are missing 2015-10-19 17:03:50 -04:00
.gitignore Updated readme 2015-10-18 23:51:01 -04:00
LICENSE.md Updated readme 2015-10-18 23:51:01 -04:00
README.md Updated readme 2015-10-18 23:51:01 -04:00
package.json Updated package.json 2015-10-19 12:11:13 -04:00

README.md

OBJ2GLTF

Convert OBJ models to glTF

Getting Started

Install Node.js if you don't already have it, clone this repo, and then:

cd OBJ2GLTF
npm install

Run node ./bin/obj2gltf.js and pass it the path to an OBJ file.

Limitations

This tool is still in development. We plan on adding additional features like gzip compression, binary glTF export, normal generation, and a testing suite.

Pull requests are appreciated. Please use the same Contributor License Agreement (CLA) used for Cesium.


Developed by the Cesium team.