Skip to content

Releases: google/draco

Draco 1.5.7 release

17 Jan 21:05
8786740
Compare
Choose a tag to compare

Version 1.5.7 release:

Draco 1.5.6 release

07 Feb 17:55
9f856ab
Compare
Choose a tag to compare

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

29 Oct 01:20
Compare
Choose a tag to compare

Version 1.5.5 release:

Version 1.5.4 release

27 Oct 18:45
e4e34b0
Compare
Choose a tag to compare

Version 1.5.3 release

07 Jul 03:12
1af95a2
Compare
Choose a tag to compare

Version 1.5.2 release

17 Feb 22:09
bd1e8de
Compare
Choose a tag to compare
  • 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

16 Feb 01:18
9522c22
Compare
Choose a tag to compare
  • 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 of src/draco/tools for more information.
  • Bug fixes.

1.5.0

09 Dec 19:30
6571558
Compare
Choose a tag to compare

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.
  • 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

12 Oct 22:37
Compare
Choose a tag to compare

Version 1.4.3 release

1.4.1

08 Dec 20:10
07532d6
Compare
Choose a tag to compare

Version 1.4.1 release