Commit Graph

1807 Commits

Author SHA1 Message Date
Kevin Ring 8a18a473f7 Default constructors for views, IsMetadataInteger/Floating. 2021-07-27 17:25:56 +10:00
Sean Lilley 074d098272 Fix linux build 2021-07-26 17:29:48 -04:00
Bao Tran 1c608a9dd4 attempt to unify draco target 2021-07-26 17:03:13 -04:00
Bao Tran 3dc4c2da40 suppress draco warning on MSVC and define draco alias target 2021-07-26 16:43:36 -04:00
Sean Lilley 46c5a41827 Update draco version so that cesium-native builds in gcc 11 2021-07-26 16:17:57 -04:00
baothientran 2e742a46d8
Merge pull request #295 from CesiumGS/picking-tweaks
Metadata tweaks
2021-07-24 18:35:04 -04:00
Kevin Ring 278fea24df Update CHANGES.md. 2021-07-25 00:15:00 +10:00
Kevin Ring 1a11867309 Don't interpret extensions or extras as a property name. 2021-07-25 00:13:36 +10:00
Kevin Ring e2b01dd0e4 Add tracing for batch table upgrade. 2021-07-24 23:59:46 +10:00
Kevin Ring b53076cba3 Indicate rectangle subset when using ancestor tiles. 2021-07-24 21:52:15 +10:00
Kevin Ring 449068c3d6
Merge pull request #281 from CesiumGS/feature-metadata-extension
Upgrade batch table to EXT_feature_metadata extension
2021-07-24 21:32:14 +10:00
Kevin Ring 52c52984b5 ReinterpretCastSpan -> reinterpretCastSpan. 2021-07-24 20:50:15 +10:00
baothientran 876b22e022
Merge pull request #277 from CesiumGS/async-system-tests
Add some tests for AsyncSystem and Future
2021-07-23 23:57:14 -04:00
Bao Tran 5535119f00 Merge branch 'main' into async-system-tests 2021-07-23 23:43:48 -04:00
baothientran 21cde6ae75
Merge pull request #293 from CesiumGS/cmake-code-coverage
CMake option for code coverage
2021-07-23 15:32:19 -04:00
Ian Lilley 0ce1c4bb88 Updated CHANGES.md 2021-07-23 15:30:36 -04:00
Ian Lilley f936094973 disable coverage by default 2021-07-23 15:13:27 -04:00
Ian Lilley 9a41bb58a8 removed some unecessary coverage options and disabled for msvc 2021-07-23 11:58:16 -07:00
Daniel Krupka f47aaaa5dc Extract JSON writing to non-glTF library 2021-07-23 13:59:50 -04:00
Bao Tran 303bc24f4f add reintepret_cast for span 2021-07-23 13:23:24 -04:00
Ian Lilley cb6b25fb33 cmake option for code coverage 2021-07-23 11:51:40 -04:00
Bao Tran c7906e2a94 use span byte for numeric MetadataArrayView 2021-07-23 11:36:48 -04:00
Kevin Ring 4ea493ace1 Merge remote-tracking branch 'origin/shared-future' into clipping-2.5d-kring 2021-07-23 15:44:44 +10:00
Kevin Ring 883c40f4aa Enabling chaining to another Future in a catch. 2021-07-23 15:43:51 +10:00
Kevin Ring ecd15dafac Merge remote-tracking branch 'origin/shared-future' into clipping-2.5d-kring 2021-07-23 13:42:25 +10:00
Kevin Ring b7df34b49c Allow catching a shared future. 2021-07-23 13:41:35 +10:00
Kevin Ring 72f65c0f24 Fix broken polygon overlay. 2021-07-22 23:41:53 +10:00
Kevin Ring e72bc51a1d Fix assertion failure caused by returning tile to unloaded state. 2021-07-22 22:31:05 +10:00
Kevin Ring 310bc69c87 Fix lines between tiles at close zooms. 2021-07-22 19:04:47 +10:00
Kevin Ring 3f74b8ce26 Formatting. 2021-07-22 13:32:45 +10:00
Kevin Ring 7f5c5894cc Start loading raster tiles immediately. 2021-07-22 13:16:47 +10:00
Kevin Ring 5b510253c4 Texture finally looks right. 2021-07-21 14:42:19 +10:00
Bao Tran ca0b853b73 add comment about the status of property view 2021-07-20 12:36:02 -04:00
Bao Tran 8ccd633dfb add status for property view 2021-07-20 12:15:13 -04:00
Kevin Ring 47298e2923 Raster overlays working, as long as you ignore all the problems. 2021-07-20 16:56:14 +10:00
Kevin Ring 068faba524 Add missing implementation. 2021-07-20 15:42:40 +10:00
Kevin Ring f864a7fcd7 Fix warning and formatting. 2021-07-20 14:48:45 +10:00
Kevin Ring e72b6f88c0 WIP raster overlays, now compiling. 2021-07-20 14:37:25 +10:00
Bao Tran 31d85a358d add status for property view 2021-07-19 12:17:54 -04:00
Nithin Pranesh cc9656230a Revert "add support for orthographic frustums"
This reverts commit 7959b212d9.
2021-07-19 11:56:30 -04:00
Nithin Pranesh 7959b212d9 add support for orthographic frustums 2021-07-19 11:40:00 -04:00
Kevin Ring 65f6911e6d More WIP raster overlay changes. 2021-07-19 22:16:16 +10:00
Bao Tran 391cc3ec4e fix typo 2021-07-19 01:06:25 -04:00
Bao Tran 0221b1c91a upgrade test to convert int64 when uint32 is not enough 2021-07-19 01:02:34 -04:00
Bao Tran c7f931ade3 use rapidjson built in to check if int64 can convert to float lossless 2021-07-19 00:49:25 -04:00
Bao Tran f7217bced2 use the original algo for finding compatible types 2021-07-19 00:07:34 -04:00
Bao Tran eadaae1d8a add test to make sure we don't write pass feature table count 2021-07-18 15:15:51 -04:00
Bao Tran 4f7fc73b0d manually add string to rapidjson buffer to prevent quotations 2021-07-18 14:27:49 -04:00
Bao Tran 87b766ae28 fix compiler warning 2021-07-18 11:35:25 -04:00
Bao Tran 7576daed66 use featureTable count to limit the json array 2021-07-18 11:11:14 -04:00