Samuel Vargas
53712fe2d5
Update library info box to include CesiumGltfWriter
2021-04-15 14:10:13 -04:00
Samuel Vargas
8070d85023
Merge remote-tracking branch 'origin/main' into gltf-writer
2021-04-15 13:49:04 -04:00
Kevin Ring
02e3be9b03
Merge remote-tracking branch 'origin/main' into gltf-extensions
2021-04-15 21:54:03 +10:00
Kevin Ring
96f663021c
Merge pull request #209 from CesiumGS/brotli-macos
...
Remove Brotli Macos
2021-04-15 18:19:54 +10:00
Kevin Ring
2c13c2c1b2
Merge pull request #202 from CesiumGS/clang-tidy-first-pass
...
First pass of clang tidy
2021-04-15 18:01:18 +10:00
Kevin Ring
6bb1ac703d
Merge remote-tracking branch 'origin/main' into clang-tidy-first-pass
2021-04-15 16:25:45 +10:00
Kevin Ring
8b2e835100
Merge pull request #198 from CesiumGS/scale-geometric-error
...
Scale geometric error with tile transform
2021-04-15 16:24:56 +10:00
Kevin Ring
95e299154e
Update CHANGES.md.
2021-04-15 16:24:21 +10:00
Kevin Ring
f58621ee49
Merge remote-tracking branch 'origin/main' into scale-geometric-error
2021-04-15 16:23:17 +10:00
Kevin Ring
db19660322
Merge pull request #206 from CesiumGS/update-changelog
...
Updated CHANGES.md with a small change
2021-04-15 16:21:40 +10:00
Bao Tran
3b18ff8367
Merge branch 'main' into brotli-macos
2021-04-14 22:39:45 -04:00
Kevin Ring
ea97130b0e
Formatting.
2021-04-15 10:54:49 +10:00
Kevin Ring
aab3fcbf40
Fix another clang error.
2021-04-15 10:40:58 +10:00
Kevin Ring
d7dc072916
Fix clang compile error.
2021-04-15 10:32:34 +10:00
Kevin Ring
bf00407f90
Add missing include.
2021-04-15 10:22:56 +10:00
Kevin Ring
932cab9304
Merge remote-tracking branch 'origin/support-deserializing-arbitrary-extensions' into gltf-extensions
2021-04-15 10:00:05 +10:00
Kevin Ring
e8bb5a4fd3
Merge remote-tracking branch 'origin/main' into support-deserializing-arbitrary-extensions
2021-04-15 09:59:42 +10:00
Kevin Ring
940d8fc8f2
Merge remote-tracking branch 'origin/main' into gltf-extensions
2021-04-15 09:58:01 +10:00
Kevin Ring
0c7c949ce8
Remove unused code.
2021-04-15 09:47:33 +10:00
Kevin Ring
45f44fa034
Reader -> GltfReader.
2021-04-15 00:37:37 +10:00
Kevin Ring
e414544b50
Implement glTF reader using JSON reader.
2021-04-14 23:53:26 +10:00
Kevin Ring
fc4f25515f
JSON reader.
2021-04-14 23:31:40 +10:00
Kevin Ring
15f799429a
More renames.
2021-04-14 21:38:36 +10:00
Kevin Ring
cb91ccf8a6
JsonReader -> JsonHandler ♻
2021-04-14 18:31:12 +10:00
Kevin Ring
25a968702b
Add and use CesiumJsonReader/Library.h.
2021-04-14 14:41:51 +10:00
Kevin Ring
94ea03847c
Move CesiumJsonReader stuff to the right namespace.
2021-04-14 14:22:22 +10:00
Nithin Pranesh
1727e4a23b
format
2021-04-13 17:24:31 -04:00
Nithin Pranesh
236a9008b9
basic watermask functionality
2021-04-13 16:00:16 -04:00
Marco Hutter
8b93706ec0
Updated CHANGES.md with a small change
2021-04-13 17:35:02 +02:00
Kevin Ring
88795c0045
Move JsonValue to CesiumUtility.
2021-04-13 23:24:53 +10:00
Kevin Ring
222692b590
Separate CesiumJsonReader library.
2021-04-13 22:05:36 +10:00
baothientran
8b0041c452
Merge pull request #200 from CesiumGS/add-gltfupaxis-support
...
Add gltfupaxis support
2021-04-12 12:05:41 -04:00
Bao Tran
e92a425e3b
re-word CHANGE.md
2021-04-12 11:47:41 -04:00
Jordi Torres
6333b1cb0a
First pass of clang tidy
...
Mainly caching else after return, not using empty() instead of size() == 0, missing const references to avoid copies and removing redundant initializations
2021-04-12 13:22:03 +02:00
Marco Hutter
611822bc37
Formatting
2021-04-10 17:15:29 +02:00
Marco Hutter
13401f2f7d
Updated CHANGES.md
2021-04-10 17:13:12 +02:00
Marco Hutter
3a26e98d20
Added unit tests for AxisTransforms
2021-04-10 17:12:47 +02:00
Marco Hutter
f7ea567ab6
Renamed Axes to AxisTransforms
2021-04-10 17:12:31 +02:00
Kevin Ring
f0b06a826d
Make IgnoreValueJsonHandler public.
2021-04-09 12:37:53 +10:00
Kevin Ring
673e9884a1
Renames.
2021-04-09 12:30:27 +10:00
Marco Hutter
868094a7ba
Converted axis to enum
2021-04-08 17:54:35 +02:00
Marco Hutter
1d686e2fe8
Do not pass tileset into worker thread
2021-04-08 15:48:22 +02:00
Kevin Ring
cfff453f8c
Rename protected key methods.
2021-04-08 22:34:12 +10:00
Kevin Ring
2ab38cd0fb
Don't qualify reader methods in extensions.
2021-04-08 22:26:22 +10:00
Kevin Ring
ebfb30554a
Fix linux build.
2021-04-08 22:20:24 +10:00
Kevin Ring
48f2d3b5c2
Remove unused files, other cleanup.
2021-04-08 21:59:42 +10:00
Kevin Ring
b2d278972a
Use ExtensionName, cause it might be different from the type name.
2021-04-08 21:18:02 +10:00
Kevin Ring
7279f4cabf
Improve tests.
2021-04-08 17:59:45 +10:00
Kevin Ring
e3148aedc6
Reactivate Draco extension.
2021-04-08 14:44:39 +10:00
Nithin Pranesh
98a6f77744
Initial progress! (nothing works)
2021-04-07 21:45:11 -04:00