mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 08:34:14 -05:00
Updated readme
This commit is contained in:
parent
c8c4d56744
commit
d574870ab1
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,12 +1,3 @@
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.suo
|
||||
*.csproj.user
|
||||
*.vcxproj.user
|
||||
*.log
|
||||
x64
|
||||
**/node_modules
|
||||
|
||||
# WebStorm user-specific
|
||||
.idea/
|
||||
data/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
7
LICENSE.md
Normal file
7
LICENSE.md
Normal 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.
|
25
README.md
25
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.
|
||||
<p align="center">
|
||||
<a href="http://cesiumjs.org/"><img src="doc/cesium.png" /></a>
|
||||
</p>
|
||||
|
BIN
doc/cesium.png
Normal file
BIN
doc/cesium.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Loading…
Reference in New Issue
Block a user