diff --git a/.gitignore b/.gitignore index f431c7b..31dde5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,3 @@ -*.sdf -*.opensdf -*.suo -*.csproj.user -*.vcxproj.user -*.log -x64 **/node_modules - -# WebStorm user-specific -.idea/ -data/ \ No newline at end of file +.DS_Store +Thumbs.db diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..6cb7cfd --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,7 @@ +Copyright 2015 Analytical Graphics, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. \ No newline at end of file diff --git a/README.md b/README.md index 30775bd..18570c2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ # OBJ2GLTF -Convert OBJ assets to glTF + +Convert OBJ models to glTF + +## Getting Started + +Install [Node.js](https://nodejs.org/en/) 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)](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md) used for [Cesium](http://cesiumjs.org/). + +--- + +Developed by the Cesium team. +
diff --git a/doc/cesium.png b/doc/cesium.png new file mode 100644 index 0000000..32db616 Binary files /dev/null and b/doc/cesium.png differ