Commit Graph

129 Commits

Author SHA1 Message Date
Kevin Ring e644f12851 Formatting. 2022-03-01 20:44:13 +11:00
Kevin Ring c8cff61f11 Update CHANGES.md. 2022-03-01 20:05:56 +11:00
Kevin Ring 7efd09db05 Merge remote-tracking branch 'origin/main' into ue5 2022-02-24 10:48:11 +11:00
Nithin Pranesh 56ffcd56ca format 2022-02-01 12:36:09 -05:00
Kevin Ring 1a100de53e More renaming for consistency. 2022-01-25 19:36:10 +11:00
Kevin Ring a5e3f11846 Impl->CesiumImpl, TWO_PI->TwoPi. 2022-01-25 11:55:43 +11:00
Sean Lilley 2cdcb92e20 Namespace cleanup 2021-12-02 18:34:22 -05:00
Kevin Ring abda4f02e0 Merge remote-tracking branch 'origin/main' into bad-upsample-tex-coords 2021-11-23 21:41:30 +11:00
Kevin Ring 096701fa17 More cleanup. 2021-11-23 21:09:45 +11:00
Kevin Ring 3707b402bd Much more accurate subdivision for raster overlays. 2021-11-23 16:38:44 +11:00
Kevin Ring 787dfec106 Add GlobeRectangle::expandToIncludePosition, improve stability. 2021-11-22 23:20:45 +11:00
Nithin Pranesh a7765dfbc0 Merge branch 'implicit-tiling' into implicit-s2 2021-11-17 01:41:39 -05:00
Nithin Pranesh ee5b04041e Merge branch 'main' into implicit-tiling 2021-11-13 12:51:16 -05:00
Nithin Pranesh 5868f553b3 Merge branch 'main' into overlays-on-3dtiles 2021-11-12 15:21:01 -05:00
Kevin Ring 5281717f36 Fix GCC warning. 2021-11-12 16:57:33 +11:00
Kevin Ring cd2d1f8628 Remove unused function. 2021-11-12 16:52:21 +11:00
Kevin Ring 1b4a995189 Add missing header. 2021-11-12 16:45:46 +11:00
Kevin Ring e89bac66f6 Add ability to convert S2 cell to a GlobeRectangle. 2021-11-12 16:33:32 +11:00
Nithin Pranesh 5111f277a9 Merge branch 'implicit-tiling' into implicit-s2 2021-11-11 20:59:51 -05:00
Nithin Pranesh e54e087674 Merge branch 'external-buffers-images2' into implicit-tiling 2021-11-11 20:43:28 -05:00
Nithin Pranesh 8a73cd8f20 few fixes from cherry picking 2021-11-11 20:09:08 -05:00
Nithin Pranesh b549f8f929 another gcc/clang fix 2021-11-11 19:58:34 -05:00
Nithin Pranesh bd3915d3ff format + fix gcc/clang issues 2021-11-11 19:58:10 -05:00
Kevin Ring 9e61c6dfaa Kinda-working S2 base globe. 2021-11-11 19:57:28 -05:00
Kevin Ring f1e35d6470 WIP computation of bounding region from S2 cell. 2021-11-11 19:55:02 -05:00
Kevin Ring 29778d6648 Merge remote-tracking branch 'origin/main' into overlays-on-3dtiles 2021-11-10 13:29:30 +11:00
Nithin Pranesh 3b6319156d another gcc/clang fix 2021-11-09 10:53:42 -05:00
Nithin Pranesh e6a9e5b682 format + fix gcc/clang issues 2021-11-09 10:16:23 -05:00
Kevin Ring 651316bdee Kinda-working S2 base globe. 2021-11-09 23:37:08 +11:00
Kevin Ring 7fc386b5c9 WIP computation of bounding region from S2 cell. 2021-11-09 18:13:32 +11:00
Kevin Ring d321132302 Merge remote-tracking branch 'origin/s2' into implicit-s2 2021-11-09 17:11:24 +11:00
Kevin Ring 56ef19db94 Don't use a GlobeRectangle for something that may not be rectangular.
At least in longitude/latitude space.
2021-11-09 17:09:08 +11:00
Nithin Pranesh f22a9c0f18 missed merge conflict 2021-11-08 21:56:07 -05:00
Nithin Pranesh 3a6a840217 Merge remote-tracking branch 'origin/s2' into implicit-s2 2021-11-08 21:44:49 -05:00
Nithin Pranesh c77c15144f add s2cell to boundingRegion conversion 2021-11-08 21:13:52 -05:00
Nithin Pranesh a3cb3c4e2c attempt to integrate implicit tiling with s2 2021-11-08 20:44:36 -05:00
Kevin Ring 3d4d82b38e Add some doc. 2021-11-09 12:35:55 +11:00
Nithin Pranesh 40ad113a86 Merge remote-tracking branch 'origin/s2' into implicit-s2 2021-11-08 11:50:45 -05:00
Kevin Ring b226f45a08 Formatting. 2021-11-05 18:16:44 +11:00
Kevin Ring 0e0d4f3faf More tests ported from CesiumJS. 2021-11-05 18:05:43 +11:00
Kevin Ring d2f0cf33fa Merge remote-tracking branch 'origin/main' into s2 2021-11-05 16:34:49 +11:00
Kevin Ring d8a7e885d2 Fix some Linux build problems.
But it doesn't work yet.
2021-11-05 16:18:05 +11:00
Kevin Ring 9f1c1b27d2 More tests. 2021-11-05 15:40:30 +11:00
Kevin Ring 75382109ac Add some tests, fix a bug. 2021-11-05 14:49:11 +11:00
Kevin Ring fc38278b82 Return distance squared, not distance. 2021-11-05 13:22:49 +11:00
Kevin Ring 3023062fdc Implement S2CellBoundingVolume::computeDistanceSquaredToPosition. 2021-11-05 13:21:49 +11:00
Nithin Pranesh 134db78716 Merge branch 'main' into implicit-tiling 2021-11-04 21:47:30 -04:00
Kevin Ring 92f0d71b51 WIP support for S2 bounding volumes. 2021-11-04 23:58:58 +11:00
Ian Lilley 944e85f9d5 added new GLM defines 2021-11-01 10:29:11 -04:00
Kevin Ring 0fcce25221 Better handling for rectangles wrapping globe. And tests. 2021-10-28 13:37:21 +11:00