Skip to content

Commit

Permalink
Merge pull request #320 from KhronosGroup/schema-8
Browse files Browse the repository at this point in the history
glTF 0.8
  • Loading branch information
fabrobinet committed Aug 12, 2014
2 parents 90f023c + c37815b commit 9f4fe9d
Show file tree
Hide file tree
Showing 122 changed files with 2,166 additions and 1,516 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center">
<p align="center">
<img src="specification/figures/glTF_300.jpg" />
</p>

Expand All @@ -8,22 +8,25 @@ glTF is a draft specification, it may change before ratification. Everyone is e

## Specification

[glTF Specification 0.6](https://github.com/KhronosGroup/glTF/blob/schema/specification/README.md)
[glTF Specification 0.8](https://github.com/KhronosGroup/glTF/blob/master/specification/README.md)

## Converter

An open-source command-line [converter](https://github.com/KhronosGroup/glTF/wiki/converter) produces glTF assets from COLLADA using [OpenCOLLADA](https://github.com/khronosGroup/OpenCOLLADA/).

Download the [binary](https://github.com/KhronosGroup/glTF/wiki/Converter-builds) for Mac or Windows.

## Cloning the repo

Since this repo has git submodules, clone with:

```
git clone --recurse-submodules https://github.com/KhronosGroup/glTF.git
```

## Converter

An open-source [converter](https://github.com/KhronosGroup/glTF/wiki/converter) produces glTF assets from COLLADA using [OpenCOLLADA](https://github.com/khronosGroup/OpenCOLLADA/).

You can also find binary [builds](https://github.com/KhronosGroup/glTF/wiki/Converter-builds).

## Viewers

* [glTF viewer](https://github.com/fabrobinet/glTF-webgl-viewer) based on [montagejs](https://github.com/montagejs/montage)
* [glTF loader](https://github.com/mrdoob/three.js/tree/master/examples/js/loaders/gltf) in [Three.js](http://threejs.org/)
* [glTF loader](http://cesiumjs.org/2014/03/03/Cesium-3D-Models-Tutorial/) in the [Cesium](http://cesiumjs.org/) virtual globe engine
* [rest3d](https://github.com/amd/rest3d) - serves glTF and other 3D assets via a REST API
* [rest3d](https://github.com/amd/rest3d) - serves glTF and other 3D assets via a REST API
Loading

0 comments on commit 9f4fe9d

Please sign in to comment.