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 |
Marco Hutter
|
0ba6f38be5
|
Fixed typo.
|
2021-04-02 21:43:45 +02:00 |
Marco Hutter
|
aeeb44e804
|
Added cast.
Expected that. GCC this time.
|
2021-04-02 21:42:23 +02:00 |
Marco Hutter
|
7425d5a89a
|
Updated and extended error messages
|
2021-04-02 21:14:43 +02:00 |
Kevin Ring
|
005a32e792
|
Formatting.
|
2021-04-02 12:12:49 +11:00 |
Kevin Ring
|
0884fdba27
|
Don't always report zero-length images as errors.
|
2021-04-02 12:10:30 +11:00 |
Kevin Ring
|
37c06cd25f
|
Formatting.
|
2021-04-01 22:53:20 +11:00 |
Kevin Ring
|
0825eb6d41
|
Assign a better material for quantized-mesh tiles.
|
2021-04-01 18:44:06 +11:00 |
Shehzan Mohammed
|
18a295f47b
|
Merge pull request #191 from TJKoury/patch-1
Update README.md
|
2021-03-30 14:12:31 -04:00 |
TJKoury
|
6fc0fe327f
|
Update README.md
|
2021-03-30 13:39:51 -04:00 |
Shehzan Mohammed
|
b824699d3d
|
Merge pull request #190 from CesiumGS/update-readme
|
2021-03-29 16:25:07 -04:00 |
Shehzan Mohammed
|
7a2065c728
|
Update Readme with Architecture diagram
|
2021-03-29 16:24:38 -04:00 |
Shehzan Mohammed
|
8d5d54dfbf
|
Add Cesium for Unreal Architecture Diagram
|
2021-03-29 16:20:29 -04:00 |
baothientran
|
8dabe4a9e3
|
Merge pull request #187 from CesiumGS/improper-move
Remove improper move
|
2021-03-24 12:05:32 -04:00 |
Bao Tran
|
23af407de7
|
remove improper move
|
2021-03-24 11:34:51 -04:00 |
Shehzan Mohammed
|
c86894133c
|
Update readme from feedback
|
2021-03-24 10:00:04 -04:00 |
Kevin Ring
|
b5553ee186
|
Merge pull request #185 from CesiumGS/imagery-debug
Fix hang when adding a raster overlay with very limited extent
|
2021-03-24 14:12:32 +11:00 |
Kevin Ring
|
4b75fbae2e
|
Revert change to Rectangle.
|
2021-03-24 12:45:10 +11:00 |
Kevin Ring
|
2014f07ca3
|
Merge remote-tracking branch 'origin/main' into imagery-debug
|
2021-03-24 10:42:42 +11:00 |
Shehzan Mohammed
|
c1aafe4455
|
Merge pull request #184 from CesiumGS/update-readme
Update readme based on feedback
|
2021-03-23 19:09:38 -04:00 |
Shehzan Mohammed
|
3732e723e0
|
Update readme based on feedback
|
2021-03-23 19:08:57 -04:00 |
Bao Tran
|
5d65432c6b
|
Merge branch 'main' into imagery-debug
|
2021-03-23 19:04:42 -04:00 |
Bao Tran
|
5648af65df
|
remove debug code
|
2021-03-23 19:03:39 -04:00 |
Bao Tran
|
16afe2047c
|
remove debug code
|
2021-03-23 19:02:43 -04:00 |