Cleaning up the guide readme

This commit is contained in:
Frank Galligan 2018-02-15 16:17:41 -08:00
parent 4cfdf0a92e
commit 2b78919ce0
2 changed files with 8 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Using Draco in the Browser
This guide will show you how to use Draco files from the browser.
## JavaScript Decode
## JavaScript Decode Draco File
This is an example to show how to use the Draco JavaScript deocder to
decode Draco files in the browser.

View File

@ -1,15 +1,17 @@
GUIDES
======
#GUIDES
=======
_**Contents**_
* [Command Line Applications](COMMAND_LINE_APPLICATIONS.md)
##Draco Files
* [Command Line Applications](COMMAND_LINE_APPLICATIONS.md)
* [Building](COMMAND_LINE_APPLICATIONS.md#Building)
* [Encode Draco File](COMMAND_LINE_APPLICATIONS.md#Encode-Draco-File)
* [Decode Draco File](COMMAND_LINE_APPLICATIONS.md#Decode-Draco-File)
* [Browser](BROWSER.md)
* [JavaScript Decode](BROWSER.md#JavaScript-Decode)
* [JavaScript Decode](BROWSER.md#JavaScript-Decode-Draco-File)
* [Three.js Render](../../javascript/example/README.md)
* [glTF](GLTF.md)
##[glTF](GLTF.md)
* [Encode Draco glTF Using gltf-pipeline](GLTF.md#Encode-Draco-glTF-Using-gltf-pipeline)
* [Render Draco glTF Using three-gltf-viewer](GLTF.md#Render-Draco-glTF-Using-three-gltf-viewer)