mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-04-24 06:39:57 +08:00
Update README with more info on gstatic link
This commit is contained in:
parent
d317d44aed
commit
7b84ba5de3
@ -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%
|
||||
|
@ -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%
|
||||
|
@ -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%
|
||||
|
Loading…
x
Reference in New Issue
Block a user