Commit Graph

3797 Commits

Author SHA1 Message Date
Kevin Ring beffebe503 Update CHANGES.md, bump to v0.25.1. 2023-07-03 10:00:24 +10:00
Kevin Ring d3ca5b3d0c
Merge pull request #675 from CesiumGS/addGenHeadersToDocs
include generated headers in doxygen documentation
2023-06-28 08:24:39 +10:00
elser e49685f0cf include generated headers in doxygen documentation 2023-06-27 12:04:00 -04:00
Sean Lilley 405e8519a4
Merge pull request #665 from CesiumGS/update-generate-classes-links
Update 3D Tiles `draft-1.1` links
2023-06-05 15:52:30 -04:00
Sean Lilley fe9125c0cb Change draft-1.1 to main in generate-classes 2023-06-05 15:50:17 -04:00
Kevin Ring 7cf906432c Bump version to v0.25.0. 2023-06-01 13:10:23 +10:00
Kevin Ring 7b0a5cf428
Merge pull request #645 from CesiumGS/gunzip-data
Automatically unzip data if gzipped data is detected
2023-06-01 13:02:30 +10:00
Kevin Ring 35db73e0cb Fix another warning. 2023-06-01 12:29:44 +10:00
Kevin Ring 4c0f85e897 Fix warning on VS2017 and VS2019. 2023-06-01 12:08:56 +10:00
Kevin Ring dabc99439f Update CHANGES.md. 2023-06-01 11:48:15 +10:00
Kevin Ring 224f392c31 Cleanup and tests. 2023-06-01 11:45:24 +10:00
Kevin Ring 1a6659f98f Merge remote-tracking branch 'origin/main' into gunzip-data 2023-06-01 07:56:16 +10:00
Kevin Ring 9cab907322
Merge pull request #646 from CesiumGS/always-log-errors
Always log warning/errors
2023-05-26 21:34:27 +10:00
Kevin Ring aa7b163074
Move commented-out code back where it belongs. 2023-05-26 21:32:31 +10:00
Janine Liu 6066264b73
Merge pull request #652 from CesiumGS/transform-between-lhs
Add a method to compute a transformation between LocalHorizontalCoordinateSystem instances
2023-05-25 18:13:15 -04:00
Joseph Kaile 8bfb032c06 actually emit warnings when there are no errors 2023-05-25 15:06:54 -04:00
Joseph Kaile f6d515ddfb Merge branch 'main' into always-log-errors 2023-05-25 14:37:30 -04:00
Joseph Kaile ffa131feb9 Merge branch 'main' into gunzip-data 2023-05-25 13:08:08 -04:00
Joseph Kaile 0284c86f30 use decorator pattern for gunip asset accessor 2023-05-25 13:07:26 -04:00
Janine Liu 55a4d6cc50
Merge pull request #649 from CesiumGS/upsample-uint8-indices
Implement upsampling for meshes with UNSIGNED_BYTE indices.
2023-05-24 10:30:15 -04:00
Kevin Ring b7d27b7457 Merge remote-tracking branch 'origin/main' into transform-between-lhs 2023-05-24 19:12:12 +10:00
Kevin Ring 7e178f2c10 Small optimization to LocalHorizontalCoordinateSystem construction. 2023-05-24 19:10:27 +10:00
Kevin Ring 1c3f930e6f Add test and update CHANGES.md. 2023-05-24 18:52:31 +10:00
Kevin Ring c773d1000b Add method to transform between LocalHorizontalCoordinateSystems. 2023-05-24 18:40:06 +10:00
Kevin Ring 9dedad3344 Remove unused code. 2023-05-22 15:34:49 +10:00
Kevin Ring 8fe85716c0 Implement upsampling for meshes with UNSIGNED_BYTE indices. 2023-05-22 13:54:16 +10:00
Joseph Kaile 62ad87b7f9 always log warning/errors 2023-05-18 15:12:31 -04:00
Joseph Kaile 3b4879c032 fix signedness error 2023-05-18 14:55:20 -04:00
Joseph Kaile 3dd709a874 fix ci 2023-05-18 14:27:36 -04:00
Joseph Kaile 80025f1540 change gzip function from static to extern 2023-05-18 14:07:32 -04:00
Joseph Kaile ce479a202f formatting 2023-05-18 13:37:42 -04:00
Joseph Kaile 84f2e8f550 automatically unzip data if gzipped data is detected 2023-05-18 13:11:49 -04:00
Kevin Ring 88c4ad3a5c Update CHANGES.md. 2023-05-09 16:30:36 +10:00
Sean Lilley 15955bcd25
Merge pull request #630 from CesiumGS/generate-material-variants
Add generated classes for `KHR_materials_variants`
2023-05-02 09:03:14 -04:00
Marco Hutter 8ffbbbab46 Update class names for materials variants extension 2023-05-02 02:05:04 +02:00
Marco Hutter 18dbbfde54 Add generated classes for `KHR_materials_variants` 2023-05-01 21:45:28 +02:00
Janine Liu 6cb9807626 Update changelog 2023-04-28 15:54:39 -04:00
Janine Liu c9b484d08c
Merge pull request #621 from CesiumGS/implicit-tiles-1.1
Check for implicit root tile if tileset is 1.1 format
2023-04-27 17:18:33 -04:00
Janine Liu 3475516b30 Update changes 2023-04-27 16:54:34 -04:00
Janine Liu fba72abe51 Minor changes 2023-04-27 16:53:04 -04:00
Joseph Kaile 4aa12ce7cd
Merge pull request #627 from pjanetzek/fix-ninja-build-for-jpeg-turbo
Fix ninja build for libjpeg-turbo
2023-04-27 13:59:24 -04:00
Joseph Kaile 33df41f704 add tests for loading legacy implicit tiling 2023-04-27 11:55:45 -04:00
Joseph Kaile 5ef665233c
Merge pull request #611 from CesiumGS/no-holes-for-reals
Fix a bug causing holes in some tilesets, like San Francisco.
2023-04-27 11:02:24 -04:00
Hannes Janetzek 0a1bb6c9e9 fix ninja build for libjpeg-turbo
without this ninja doesn't build the target for
cesium-native/extern/libjpeg-turbo/RelWithDebInfo/libturbojpeg.a
automatically. Solution was suggested here
https://cmake.org/pipermail/cmake/2015-November/062055.html
2023-04-26 21:43:35 +02:00
Joseph Kaile f0d5174ece Merge branch 'main' into implicit-tiles-1.1 2023-04-25 12:48:54 -04:00
Kevin Ring ebac64c99a Merge remote-tracking branch 'origin/main' into turbojpeg-fpic 2023-04-24 12:15:58 -04:00
Kevin Ring f0031e9814 Update CHANGES.md. 2023-04-24 12:02:58 -04:00
assiduous a1846ae459 Set position-independent code flag for libjpeg-turbo 2023-04-24 09:02:50 -07:00
Kevin Ring 524bf2b9a9 Formatting. 2023-04-24 11:56:41 -04:00
Kevin Ring e14f7d871c Merge remote-tracking branch 'origin/main' into feature/fix_wms_url_query_string_check 2023-04-24 11:49:42 -04:00