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
Ondrej Stava
86a6933a5d
Updated Draco to 1.2.0
...
Improved compression for smaller meshes
Enhancements for upcoming Draco glTF2.0 extension
Fixed Android build issues
New, easier to use DRACOLoader.js
1.2.0
2017-10-24 11:22:18 -07:00
FrankGalligan
b10db3568f
Merge pull request #254 from google/spec_add_named_constants
...
Spec: Add some named constants
2017-10-20 15:05:29 -07:00
Frank Galligan
24b91359da
Spec: Add some named constants
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-20 15:02:57 -07:00
FrankGalligan
f5e4c0a128
Merge pull request #253 from google/spec_add_symbol_to_topology
...
Spec add edge_breaker_symbol_to_topology_id
2017-10-20 14:47:39 -07:00
Frank Galligan
b9b6ae3a75
Spec add edge_breaker_symbol_to_topology_id
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-20 14:45:05 -07:00
FrankGalligan
d52b2749f0
Merge pull request #252 from google/spec_clean_up
...
Spec: Small cleanup
2017-10-20 14:41:20 -07:00
Frank Galligan
8dbbf79ae1
Spec: Small cleanup
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-20 14:39:02 -07:00
FrankGalligan
308b812c2c
Merge pull request #251 from google/spec_simplify_taggedsymbols
...
Spec: Simplify DecodeTaggedSymbols function
2017-10-20 11:56:44 -07:00
Frank Galligan
cf02c772fe
Spec: Simplify DecodeTaggedSymbols function
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-20 11:55:08 -07:00
FrankGalligan
3164f693e6
Merge pull request #250 from google/spec_type_info_update
...
Spec: Update some type info
2017-10-20 11:22:03 -07:00
Frank Galligan
aafe1330a2
Spec: Update some type info
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-20 11:19:53 -07:00
FrankGalligan
b5bdbe7c82
Merge pull request #249 from google/spec_change_size
...
Spec: Update buffer size reading
2017-10-20 10:50:35 -07:00
Frank Galligan
4ccacd6406
Spec: Update buffer size reading
...
- Addresses a comment in KhronosGroup/glTF#1114
2017-10-20 10:47:39 -07:00
FrankGalligan
e0e9ee4594
Merge pull request #248 from google/spec_fix_rawsymbols
...
Spec: Fix DecodeRawSymbols size
2017-10-18 22:29:08 -07:00
Frank Galligan
f2900b9535
Spec: Fix DecodeRawSymbols size
2017-10-18 22:27:58 -07:00
FrankGalligan
2418ccb720
Merge pull request #247 from google/spec_directbitcoder_size_change
...
Spec: Change DirectBitCoder size to varUI64
2017-10-18 22:26:10 -07:00
Frank Galligan
39e129ea39
Spec: Change DirectBitCoder size to varUI64
...
- This change is in bitstream 2.2.
- This is associated with KhronosGroup/glTF#1114
2017-10-18 22:24:19 -07:00
FrankGalligan
dd3bef70e7
Merge pull request #246 from google/spec_valence_remove_symbol_buffer
...
Spec: Remove symbol buffer from Valence EdgeBreaker
2017-10-18 22:20:57 -07:00
Frank Galligan
8a665ca8ee
Spec: Remove symbol buffer from Valence EdgeBreaker
2017-10-18 16:27:23 -07:00
FrankGalligan
f7ba052b7c
Merge pull request #245 from google/spec_start_face_to_ransbitcoder
...
Spec: Change Face configuration to use RansBitCoder
2017-10-18 16:25:01 -07:00
Frank Galligan
93a43e1969
Spec: Change Face configuration to use RansBitCoder
...
- This change is in bitstream 2.2.
- This is associated with KhronosGroup/glTF#1114
2017-10-18 15:56:35 -07:00
FrankGalligan
c72db8c53e
Merge pull request #244 from google/spec_ransdecoder_size_varui32
...
Spec: Change RansBitDecoder size to varUI32
2017-10-18 15:35:01 -07:00
FrankGalligan
38efedf6c1
Merge pull request #243 from google/spec_remove_split_edge
...
Spec: Remove split_edge from bitstream 2.2
2017-10-18 15:34:47 -07:00
Frank Galligan
9b51d1bf6f
Spec: Change RansBitDecoder size to varUI32
...
- Bitstream 2.2 changed the RansBitCoder size from UI32 to varUI32.
- This is associated with KhronosGroup/glTF#1114
2017-10-18 15:31:03 -07:00
Frank Galligan
d60adcbb24
Spec: Remove split_edge from bitstream 2.2
...
- The split_edge was removed from bitstream 2.2 as it was not used
during decoding.
2017-10-18 15:14:54 -07:00
FrankGalligan
a0224094ba
Merge pull request #240 from google/spec_fix_readbits
...
Spec: Fix ReadBits call
2017-10-17 10:04:15 -07:00
FrankGalligan
cabeb1b240
Merge pull request #239 from google/spec_add_pie
...
Spec: Add ProcessInteriorEdges function
2017-10-17 10:03:23 -07:00
Frank Galligan
f5dfee96f7
Spec: Fix ReadBits call
2017-10-16 12:52:35 -07:00
Frank Galligan
23494dbdbc
Fix ReadBits call
2017-10-16 12:49:57 -07:00
Frank Galligan
a862768b65
Spec: Add ProcessInteriorEdges function
...
- This addresses a comment in KhronosGroup/glTF#1114
2017-10-16 11:57:49 -07:00
FrankGalligan
f850fa4530
Merge pull request #238 from google/spec_add_num_components
...
Spec: Add GetNumComponents function
2017-10-16 11:30:30 -07:00
Frank Galligan
12bc4761c7
Spec: Add GetNumComponents function
...
- This addresses a comment in KhronosGroup/glTF#1114
2017-10-13 16:00:55 -07:00
FrankGalligan
8008503278
Merge pull request #237 from google/spec_clean_up
...
Spec clean up
2017-10-13 15:53:15 -07:00
Frank Galligan
a55221407e
Spec clean up
...
- This addresses some comments in KhronosGroup/glTF#1114
2017-10-13 15:50:38 -07:00
FrankGalligan
bab022d574
Merge pull request #236 from google/spec_update_conventions
...
Spec: Update functions based on std::vector
2017-10-13 15:20:05 -07:00
Frank Galligan
75630a60fd
Spec: Update functions based on std::vector
...
- This addresses a comment in KhronosGroup/glTF#1114
2017-10-13 15:17:29 -07:00
FrankGalligan
e9e6ca6707
Merge pull request #235 from google/spec_copy_array
...
Spec: Change to use array copy notation
2017-10-13 14:37:56 -07:00
Frank Galligan
8b3b34376d
Spec: Change to use array copy notation
...
- This addresses a comment in KhronosGroup/glTF#1114
2017-10-13 12:05:11 -07:00
tomfinegan
e25ed44d80
Merge pull request #234 from google/fix_travis_osx
...
Fix osx build failures on Travis.
2017-10-13 11:43:04 -07:00
FrankGalligan
8f2be51b16
Merge pull request #230 from louquillio/fix-typos
...
Fix a few typos.
2017-10-13 11:06:59 -07:00
Tom Finegan
ed0b9c3102
Fix osx build failures on Travis.
2017-10-13 10:59:15 -07:00
FrankGalligan
61dda163ac
Merge pull request #233 from google/spec_remove_predictive_edge
...
Remove reference to PREDICTIVE_EDGEBREAKER
2017-10-13 10:57:41 -07:00
Frank Galligan
a27303d531
Remove reference to PREDICTIVE_EDGEBREAKER
2017-10-13 10:54:06 -07:00
FrankGalligan
8f06c22979
Merge pull request #232 from google/spec_pred_scheme_2.2
...
Cleanup pred schemes for 2.2
2017-10-13 10:37:47 -07:00
Frank Galligan
9d04026855
Cleanup pred schemes for 2.2
...
- Removed unused prediction mode from constrained multi.
- Removed unused prediction mode from geometric normal.
- Changed num_orientations from I32 to varUI32 in tex coords.
- Removed unused center_value from normal octahedron.
2017-10-13 10:09:43 -07:00
FrankGalligan
9c75f367f2
Merge pull request #231 from google/spec_valence_header_2.2
...
Spec update Valence traversal to 2.2
2017-10-13 10:06:57 -07:00
Frank Galligan
d8b8432b30
Spec update Valence traversal to 2.2
...
- This is associated with KhronosGroup/glTF#1114
2017-10-12 09:19:30 -07:00
Lou Quillio
b98dec30b4
Fix a few typos.
2017-10-11 18:31:54 -07:00