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
Marco Hutter
fbf77d2d24
Removed unused variable.
2021-04-07 20:47:28 +02:00
Marco Hutter
d9dada4063
Fixed an import. How did that even work?
...
MSVC, GCC and Clang complain about valid integer type conversions,
but this self-import remained unnoticed. That's amazing.
2021-04-07 20:03:38 +02:00
Marco Hutter
30c8ad06dc
Parse the gltfUpAxis from the tileset
2021-04-07 19:56:50 +02:00
Bao Tran
cf94ed5d92
don't bring brotli when building cpp-http
2021-04-07 13:41:02 -04:00
baothientran
d6587395aa
Merge pull request #193 from CesiumGS/allow-zero
...
Don't always report zero-length images as errors.
2021-04-07 10:56:45 -04:00
Bao Tran
a41315e60a
modify change.md
2021-04-07 10:38:10 -04:00
Bao Tran
fa94f2442d
Merge branch 'main' into allow-zero
2021-04-07 10:30:33 -04:00
Kevin Ring
f33f7b1dd5
Make CesiumGltf::Reader a proper class, mange its own extensions.
2021-04-07 23:41:37 +10:00
Kevin Ring
3566ba5b29
Clean up JsonReader function signatures.
2021-04-07 14:35:19 +10:00
Bao Tran
162f818109
format
2021-04-06 16:44:46 -04:00
Bao Tran
1a339908ae
capture options and enable move again
2021-04-06 16:31:40 -04:00
Bao Tran
888dd6948a
scale geometric error with tile transform
2021-04-06 15:39:01 -04:00
Samuel Vargas
dbd975f6d7
Run clang-format on `JsonValue.h`
2021-04-06 14:28:45 -04:00
Samuel Vargas
f9e489f67f
Merge remote-tracking branch 'origin/main' into gltf-writer
...
Accidentally merged with antiquated `master` branch before
2021-04-06 14:16:55 -04:00
Samuel Vargas
ec3b88567b
Merge remote-tracking branch 'origin/master' into gltf-writer
2021-04-06 13:50:06 -04:00
Samuel Vargas
6516b2dcb3
Add clarifying comment for std::transform usage
2021-04-06 13:44:34 -04:00
Samuel Vargas
b2ba45f5c1
Add comment explaining std::enable_if
2021-04-06 13:41:56 -04:00
Samuel Vargas
c411f42efc
Add explicit ptr for pMeshCenter
2021-04-06 13:40:11 -04:00
Samuel Vargas
b03dac82af
Add trailing newline to misc files [ skip ci ]
2021-04-06 13:07:48 -04:00
Kevin Ring
d6d9de643d
Rename JsonReader methods.
2021-04-06 22:26:16 +10:00
Kevin Ring
04f4cc12db
JsonHandler -> JsonReader.
2021-04-06 21:59:20 +10:00
Kevin Ring
c8c9ca0f3a
Make IJsonHandler.h and JsonHandler.h public.
2021-04-06 21:55:50 +10:00
Kevin Ring
987ca69614
Support for external glTF extensions.
2021-04-06 21:49:12 +10:00
Bao Tran
9538dd7236
remove incorrect move
2021-04-05 10:23:28 -04:00
baothientran
5ae62bac2c
Merge pull request #192 from CesiumGS/quantized-mesh-material
...
Assign a better material for quantized-mesh tiles.
2021-04-05 10:09:13 -04:00
Kevin Ring
692a3bf16b
Merge remote-tracking branch 'origin/main' into support-deserializing-arbitrary-extensions
2021-04-05 11:57:45 +10:00
Kevin Ring
f6bb3b5c42
Merge pull request #194 from CesiumGS/error-message-improvements
...
Updated and extended error messages
2021-04-05 11:55:51 +10:00