From b4d338b2cc86ca297a470bb22a061db6908e0023 Mon Sep 17 00:00:00 2001 From: Don McCurdy Date: Wed, 15 May 2019 09:51:02 -0700 Subject: [PATCH] Fix broken link. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 71bb19b..82d9964 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,10 @@ If you are doing rate distortion comparisons vs. other similar systems, be sure ### WebGL test -The "WebGL" directory contains two very simple WebGL demos that use the transcoder compiled to wasm with [emscripten](https://emscripten.org/). +The "WebGL" directory contains two very simple WebGL demos that use the transcoder compiled to wasm with [emscripten](https://emscripten.org/). See more details [here](webgl/README.md). -See more details [here](webgl/README.md). - -![](texture-demo.png) -![](model-demo.png) +![Screenshot of 'texture' example running in a browser.](webgl/texture/preview.png) +![Screenshot of 'gltf' example running in a browser.](webgl/gltf/preview.png) ### Transcoder details