Releases: google/draco
Releases · google/draco
Draco 1.5.7 release
Version 1.5.7 release:
- Using the versioned www.gstatic.com WASM and Javascript decoders continues
to be recommended. To use v1.5.7, use this URL: - Added support for normalized attributes to Emscripten encoder API.
- Bug fixes.
- Security fixes.
Draco 1.5.6 release
Version 1.5.6 release:
- Using the versioned www.gstatic.com WASM and Javascript decoders continues
to be recommended. To use v1.5.6, use this URL: - The CMake flag DRACO_DEBUG_MSVC_WARNINGS has been replaced with
DRACO_DEBUG_COMPILER_WARNINGS, and the behavior has changed. It is now a
boolean flag defined in draco_options.cmake. - Bug fixes.
- Security fixes.
Draco 1.5.5 release
Version 1.5.5 release:
- Using the versioned www.gstatic.com WASM and Javascript decoders continues
to be recommended. To use v1.5.5, use this URL: - Bug fix: #935
Version 1.5.4 release
- Using the versioned www.gstatic.com WASM and Javascript decoders continues
to be recommended. To use v1.5.4, use this URL: - Added partial support for glTF extensions EXT_mesh_features and
EXT_structural_metadata. - Bug fixes.
- Security fixes.
Version 1.5.3 release
- Using the versioned www.gstatic.com WASM and Javascript decoders continues
to be recommended. To use v1.5.3, use this URL: - Bug fixes.
Version 1.5.2 release
- This is the same as v1.5.1 with the following two bug fixes:
- Fixes DRACO_TRANSCODER_SUPPORTED enabled builds.
- ABI version updated.
Version 1.5.1 release
- Adds assertion enabled Emscripten builds to the release, and a subset of the
assertion enabled builds to GStatic. See the file listing below. - Custom paths to third party dependencies are now supported. See BUILDING.md
for more information. - The CMake configuration file draco-config.cmake is now tested and known to
work for using Draco in Linux, MacOS, and Windows CMake projects. See the
install_test
subdirectory ofsrc/draco/tools
for more information. - Bug fixes.
1.5.0
Version 1.5.0 release
- Adds the draco_transcoder tool. See the section below on the glTF transcoding
tool, and BUILDING.md for build and dependency information. - Some changes to configuration variables have been made for this release:
- The DRACO_GLTF flag has been renamed to DRACO_GLTF_BITSTREAM to help
increase understanding of its purpose, which is to limit Draco features to
those included in the Draco glTF specification. - Variables exported in CMake via draco-config.cmake and find-draco.cmake
(formerly FindDraco.cmake) have been renamed. It's unlikely that this
impacts any existing projects as the aforementioned files were not formed
correctly. See PR775 for full
details of the changes.
- The DRACO_GLTF flag has been renamed to DRACO_GLTF_BITSTREAM to help
- A CMake version file has been added.
- The CMake install target now uses absolute paths direct from CMake instead
of building them using CMAKE_INSTALL_PREFIX. This was done to make Draco
easier to use for downstream packagers and should have little to no impact on
users picking up Draco from source. - Certain MSVC warnings have had their levels changed via compiler flag to
reduce the amount of noise output by the MSVC compilers. Set MSVC warning
level to 4, or define DRACO_DEBUG_MSVC_WARNINGS at CMake configuration time
to restore previous behavior. - Bug fixes.
1.4.3
Version 1.4.3 release
- Using the versioned www.gstatic.com WASM and Javascript decoders continues
to be recommended. To use v1.4.3, use this URL: - Bug fixes
1.4.1
Version 1.4.1 release
- Using the versioned gstatic.com WASM and Javascript decoders is now
recommended. To use v1.4.1, use this URL:- https://www.gstatic.com/draco/versioned/decoders/1.4.1/*
- Replace the * with the files to load. E.g.
- https://gstatic.com/draco/versioned/decoders/1.4.1/draco_decoder.js
- This works with the v1.3.6 and v1.4.0 releases, and will work with future
Draco releases.
- https://www.gstatic.com/draco/versioned/decoders/1.4.1/*
- Bug fixes