Skip to content

Commit 07532d6

Browse files
authored
Merge pull request #657 from google/v141_snapshot
Draco v1.4.1
2 parents 89f21de + 2e67b39 commit 07532d6

34 files changed

Lines changed: 892 additions & 736 deletions

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1-
21
<p align="center">
32
<img width="350px" src="docs/artwork/draco3d-vert.svg" />
43
</p>
54

5+
![Build Status: master](https://travis-ci.org/google/draco.svg?branch=master)
6+
67
News
78
=======
9+
### Version 1.4.1 release
10+
* Using the versioned gstatic.com WASM and Javascript decoders is now
11+
recommended. To use v1.4.1, use this URL:
12+
* https://www.gstatic.com/draco/versioned/decoders/1.4.1/*
13+
* Replace the * with the files to load. E.g.
14+
* https://gstatic.com/draco/versioned/decoders/1.4.1/draco_decoder.js
15+
* This works with the v1.3.6 and v1.4.0 releases, and will work with future
16+
Draco releases.
17+
* Bug fixes
18+
819
### Version 1.4.0 release
920
* WASM and JavaScript decoders are hosted from a static URL.
1021
* It is recommended to always pull your Draco WASM and JavaScript decoders from this URL:

cmake/draco_targets.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ macro(draco_add_library)
332332

333333
# Determine if $lib_NAME is a header only target.
334334
unset(sources_list)
335-
336335
if(lib_SOURCES)
337336
set(sources_list ${lib_SOURCES})
338337
list(FILTER sources_list INCLUDE REGEX cc$)

javascript/draco_decoder.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/draco_decoder.wasm

-1.76 KB
Binary file not shown.

javascript/draco_decoder_gltf.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/draco_decoder_gltf.wasm

-1.47 KB
Binary file not shown.

javascript/draco_encoder.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/draco_encoder.wasm

331 KB
Binary file not shown.

javascript/draco_encoder_wrapper.js

Lines changed: 107 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/draco_wasm_wrapper.js

Lines changed: 132 additions & 125 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)