Ondrej Stava
5186ec2f7a
Updated snapshot to 1.2.4
...
* Up to 20% faster decoding
* Added support for integer attributes to our Javascript Encoder
* Fixed issues with THREE.DracoLoader not releasing memory associated
with the Draco module
* OBJ decoder can now be used to parse pure point clouds
* Added Unity plugins to support runtime loading and design-time
importing of encoded Draco files
1.2.4
2017-12-13 12:24:57 -08:00
tomfinegan
451b56f4c9
Merge pull request #301 from eddiz/master
...
Optional Compiler Optimization
2017-11-29 10:59:52 -08:00
tomfinegan
b83f22b16b
Increase optimization level in release builds.
...
When users pass turn on ENABLE_EXTRA_SPEED at CMake generation, use -O3
in gcc like compilers, and /Ox in MSVC.
2017-11-29 08:58:49 -08:00
Frank Galligan
ff89a1142c
Update version to 1.2.3
...
This fixes #300
2017-11-25 12:55:27 -08:00
eddiz
f4f5c81a56
Update CMakeLists.txt
...
updated compiler setting for extra speed-up as a follow-up of the pull discussion
2017-11-21 14:22:01 +01:00
eddiz
890ecc27cb
Optional Compiler Optimization
...
Enable all Compile Optimization by setting according compiler flags. (Visual Studio tested, gcc and other should work properly, but untested)
2017-11-19 22:31:21 +01:00
Ondrej Stava
441d5e05f7
Updated Draco to 1.2.2
...
Fixed issues when parsing ill-formatted .obj files + various other
bugfixes
1.2.2
2017-11-16 14:05:40 -08:00
Ondrej Stava
a7c0d80a71
Update Draco to 1.2.1
...
* Javascript and WebAssembly decoder size reduced by 35%
* Added specialized Javascript and Webassembly decoders for GLTF (size
reduction about 50% compared to the previous version)
1.2.1
2017-11-13 14:31:24 -08:00
FanZhang
8492a2b279
Merge pull request #294 from google/update_nodejs
...
Updated nodejs code
2017-11-10 09:51:02 -08:00
Fan Zhang
c84a8477af
Updated nodejs code
2017-11-10 09:49:07 -08:00
FanZhang
5bbf04c298
Merge pull request #279 from edent/patch-1
...
Fix markdown issues with links
2017-11-07 12:40:16 -08:00
FanZhang
cc6212b994
Merge pull request #287 from EvgenyRodygin/patch-2
...
Fixing misprint in js-decoder code-list.
2017-11-07 12:37:07 -08:00
Evgeny Rodygin
63c6042e62
Fixing misprint in js-decoder code-list.
2017-11-07 23:30:24 +03:00
FrankGalligan
5b09a8595d
Merge pull request #280 from google/spec_fix_reported_issues
...
Spec: Addressing comments
2017-11-03 11:22:01 -07:00
Frank Galligan
84b73365fd
Spec: Addressing comments
...
- Initialized last_vert_added
- Normalized usage of ans_decoder_
- Removed parsing of num_new_vertices
- Removed num_corners
- Added prediction_rans_data_buffer
- Fixed spelling of orientations
- Replaced SubtractInt64Vectors with SubtractVectors
- Initialized pred_vals
- Changed point_to_corner_map from array to counter
- Addresses comments in KhronosGroup/glTF#1114
2017-11-02 16:27:32 -07:00
Terence Eden
9b713ccd05
Fix markdown issues with links
...
Fixes #278
2017-11-02 10:32:19 +00:00
FrankGalligan
523ab63fcb
Merge pull request #277 from google/spec_remove_pending
...
Spec: Update bitstream version and release date
2017-10-30 16:39:48 -07:00
Frank Galligan
99f6d8ed75
Spec: Update bitstream version and release date
2017-10-30 16:37:51 -07:00
FrankGalligan
5eb9faf83c
Merge pull request #276 from google/spec_remove_c++_init
...
Spec: Remove C++ initialization
2017-10-27 11:47:00 -07:00
Frank Galligan
f3e95e3a0b
Spec: Remove C++ initialization
...
- Associated with KhronosGroup/glTF#1114
2017-10-27 11:44:48 -07:00
FrankGalligan
d840d57733
Merge pull request #274 from google/spec_cleanup
...
Spec: Line length clean up
2017-10-27 10:26:31 -07:00
Frank Galligan
58ae243278
Spec: Line length clean up
...
- Associated with KhronosGroup/glTF#1114
2017-10-27 10:24:30 -07:00
FrankGalligan
f0747f0f82
Merge pull request #273 from google/spec_update_2.2_parsing
...
Spec: Update variables to reflect final 2.2 bitstream
2017-10-26 16:29:27 -07:00
Frank Galligan
e288f6365b
Spec: Update variables to reflect final 2.2 bitstream
...
- Associated with KhronosGroup/glTF#1114
2017-10-26 16:27:26 -07:00
FrankGalligan
16d3c55770
Merge pull request #272 from google/spec_remove_pointer
...
Spec: Remove references to pointers
2017-10-26 16:22:16 -07:00
Frank Galligan
424d02ab1b
Spec: Remove references to pointers
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-26 16:20:37 -07:00
FrankGalligan
7e119b9e6d
Merge pull request #271 from google/spex_fix_tagged_symbols
...
Spec: Fix DecodeTaggedSymbols
2017-10-26 16:15:41 -07:00
Frank Galligan
2d71b80d93
Spec: Fix DecodeTaggedSymbols
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-26 16:15:11 -07:00
Arkady Shapkin
c5a7054091
Support MSVC intrinsic in MostSignificantBit() ( #270 )
2017-10-26 16:09:59 -07:00
FrankGalligan
0ec5ed3380
Merge pull request #266 from google/spec_remove_static_cast
...
Spec: Remove static_cast
2017-10-25 09:28:08 -07:00
Frank Galligan
ad6ae01e23
Spec: Remove static_cast
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-25 09:26:46 -07:00
FrankGalligan
c068f6fc57
Merge pull request #265 from google/spec_change_var_init
...
Spec: Change C++ variable initialization
2017-10-25 09:08:30 -07:00
Frank Galligan
87f5d605c4
Spec: Change C++ variable initialization
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-25 09:05:27 -07:00
FrankGalligan
277c0a0252
Merge pull request #264 from google/spec_update_conventions
...
Spec: Clarifiy array element assignment.
2017-10-25 09:01:31 -07:00
Frank Galligan
e00aab9690
Fix spelling
2017-10-25 09:00:34 -07:00
Frank Galligan
a98b69f1f0
Spec: Clarfiy array element assignment.
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-25 08:57:12 -07:00
FrankGalligan
f9edbb70c1
Merge pull request #263 from google/spec_update_tagged_symbols
...
Spec: Fix Tagged Symbol decoder
2017-10-24 15:06:34 -07:00
Frank Galligan
4906362b82
Spec: Fix Tagged Symbol decoder
2017-10-24 15:04:52 -07:00
FrankGalligan
27b162f70b
Merge pull request #262 from google/spec_clarify_opp_corners
...
Spec: Clarify uninitialized values of opposite_corners_
2017-10-24 14:25:20 -07:00
Frank Galligan
085e23db2b
Spec: Clarify uninitialized values of opposite_corners_
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-24 14:23:51 -07:00
FrankGalligan
44f9d88be9
Merge pull request #261 from google/spec_fix_stan_symbol_buffer
...
Spec: Fix standard edgebreaker symbol buffer
2017-10-24 14:19:19 -07:00
Frank Galligan
3f9710fb48
Spec: Fix standard edgebreaker symbol buffer
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-24 14:17:42 -07:00
FrankGalligan
abcdbba2ec
Merge pull request #260 from google/spec_fix_split_symbols
...
Spec: Fix handling of split symbol id during topology split.
2017-10-24 14:10:05 -07:00
Frank Galligan
e9fd3a8e0a
Spec: Fix handling of split symbol id during topology split.
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-24 14:08:21 -07:00
FrankGalligan
fa537c2fd5
Merge pull request #259 from google/spec_clarify_bit_reading
...
Spec: Clarify when bit reading is done.
2017-10-24 13:53:18 -07:00
Frank Galligan
627b774669
Spec: Clarify when bit reading is done.
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-24 13:51:57 -07:00
FrankGalligan
b2ade010c7
Merge pull request #258 from google/spec_fix_decode_conn
...
Spec: Initialize curr_att_dec and curr_att
2017-10-24 13:44:26 -07:00
Frank Galligan
33c110dcb4
Spec: Initialize curr_att_dec and curr_att
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-24 13:42:18 -07:00
FrankGalligan
4bb3a6d62e
Merge pull request #257 from google/spec_fix_rans_constant
...
Spec: Fix Tagged Symbols constant
2017-10-24 13:35:26 -07:00
Frank Galligan
e3d2fc61cb
Spec: Fix Tagged Symbols constant
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-24 13:33:28 -07:00