From 7b84ba5de35a8024141bee610971b9498d2d2247 Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Mon, 9 Mar 2020 13:10:20 -0700 Subject: [PATCH] Update README with more info on gstatic link --- README.md | 4 +++- javascript/npm/draco3d/README.md | 4 +++- javascript/npm/draco3dgltf/README.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 835c74e..7e5595b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ News ### Version 1.3.6 release * WASM and JavaScript decoders are now hosted from a static URL * It is recommended to always pull your Draco WASM and JavaScript decoders from this URL: - * https://www.gstatic.com/draco/v1/decoders/ + * https://www.gstatic.com/draco/v1/decoders/* + * Replace * with the files to load. E.g. + * https://www.gstatic.com/draco/v1/decoders/draco_decoder_gltf.wasm * Users will benefit from having the Draco decoder in cache as more sites start using the static URL * Changed web examples to pull Draco decoders from static URL * Added new API to Draco WASM decoder, which increased performance by ~15% diff --git a/javascript/npm/draco3d/README.md b/javascript/npm/draco3d/README.md index 8d3fce7..e4ab0d3 100644 --- a/javascript/npm/draco3d/README.md +++ b/javascript/npm/draco3d/README.md @@ -8,7 +8,9 @@ News ### Version 1.3.6 release * WASM and JavaScript decoders are now hosted from a static URL * It is recommended to always pull your Draco WASM and JavaScript decoders from this URL: - * https://www.gstatic.com/draco/v1/decoders/ + * https://www.gstatic.com/draco/v1/decoders/* + * Replace * with the files to load. E.g. + * https://www.gstatic.com/draco/v1/decoders/draco_decoder.wasm * Users will benefit from having the Draco decoder in cache as more sites start using the static URL * Changed web examples to pull Draco decoders from static URL * Added new API to Draco WASM decoder, which increased performance by ~15% diff --git a/javascript/npm/draco3dgltf/README.md b/javascript/npm/draco3dgltf/README.md index c777c9a..c742448 100644 --- a/javascript/npm/draco3dgltf/README.md +++ b/javascript/npm/draco3dgltf/README.md @@ -19,7 +19,9 @@ News ### Version 1.3.6 release * WASM and JavaScript decoders are now hosted from a static URL * It is recommended to always pull your Draco WASM and JavaScript decoders from this URL: - * https://www.gstatic.com/draco/v1/decoders/ + * https://www.gstatic.com/draco/v1/decoders/* + * Replace * with the files to load. E.g. + * https://www.gstatic.com/draco/v1/decoders/draco_decoder_gltf.wasm * Users will benefit from having the Draco decoder in cache as more sites start using the static URL * Changed web examples to pull Draco decoders from static URL * Added new API to Draco WASM decoder, which increased performance by ~15%