Releases
1.4.0
Version 1.4.0 release
WASM and JavaScript decoders are 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/ *
Users will benefit from having the Draco decoder in cache as more sites start using the static URL
Changed npm modules to use WASM, which increased performance by ~200%.
Updated Emscripten to 2.0.
This causes the Draco codec modules to return a promise instead of the module directly.
Please see the example code on how to handle the promise.
Changed NORMAL quantization default to 8.
Added new array API to decoder and deprecated DecoderBuffer.
See PR #513 for more information.
Changed WASM/JavaScript behavior of catching exceptions.
See issue #629 for more information.
Code cleanup.
Emscripten builds now disable NODEJS_CATCH_EXIT and NODEJS_CATCH_REJECTION.
Authors of a CLI tool might want to add their own error handlers.
Added Maya plugin builds.
Unity plugin builds updated.
Bug fixes.
You can’t perform that action at this time.