Updated readme

This commit is contained in:
Sean Lilley 2015-10-18 23:33:54 -04:00
parent c8c4d56744
commit d574870ab1
4 changed files with 33 additions and 12 deletions

13
.gitignore vendored
View File

@ -1,12 +1,3 @@
*.sdf
*.opensdf
*.suo
*.csproj.user
*.vcxproj.user
*.log
x64
**/node_modules **/node_modules
.DS_Store
# WebStorm user-specific Thumbs.db
.idea/
data/

7
LICENSE.md Normal file
View File

@ -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.

View File

@ -1,2 +1,25 @@
# OBJ2GLTF # 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.
<p align="center">
<a href="http://cesiumjs.org/"><img src="doc/cesium.png" /></a>
</p>

BIN
doc/cesium.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB