Commit Graph

4414 Commits

Author SHA1 Message Date
Kevin Ring fe54002dfb Add missing changelog entry. 2024-02-01 09:32:45 +11:00
Kevin Ring 0def240dfd Update changelog, bump to v0.32.0. 2024-02-01 09:28:57 +11:00
Janine Liu 3cde105fa2
Merge pull request #799 from CesiumGS/more-texture-transforms
Support texture transform extension on occlusion and normal textures.
2024-01-31 10:30:53 -05:00
Janine Liu acdcd1df00
Fix CHANGES.md 2024-01-31 10:24:41 -05:00
Kevin Ring d0eb4c31a5 Support texture transform on occlusion and normal textures. 2024-01-31 19:51:29 +11:00
Kevin Ring 7579c50e82
Merge pull request #795 from CesiumGS/correct-variable-length-arrays
Interpret offsets as array indices, not byte offsets
2024-01-30 15:46:06 +11:00
Kevin Ring 97cf82b799
Merge pull request #794 from CesiumGS/batch-table-sentinel-fix
Fix how batch tables choose sentinel values
2024-01-30 15:17:29 +11:00
Kevin Ring a5adc27928 Merge remote-tracking branch 'origin/batch-table-sentinel-fix' into correct-variable-length-arrays 2024-01-30 15:13:52 +11:00
Kevin Ring 8d30471373 Merge remote-tracking branch 'origin/main' into batch-table-sentinel-fix 2024-01-30 15:02:16 +11:00
Janine Liu a56def2c89 Merge branch 'main' into correct-variable-length-arrays 2024-01-23 13:25:51 -05:00
Janine Liu 65aaa77b13
Merge pull request #792 from CesiumGS/implicit-tiling-padding
Allow implicit subtree buffers to be padded to 8 bytes.
2024-01-22 11:55:27 -05:00
Janine Liu 4e9cfaba88
Merge pull request #793 from CesiumGS/feature-id-texture-sampler-wrap
Change `FeatureIdTextureView` to account for sampler wrap values in `getFeatureID`
2024-01-19 11:37:25 -05:00
Janine Liu bbb6476b93 Re-add const, add line break 2024-01-19 10:41:26 -05:00
Kevin Ring 26a2139d7e Fix typo in changelog. 2024-01-19 15:33:56 +11:00
Kevin Ring 6ff550ce34 Update CHANGES.md, doc improvements. 2024-01-19 14:57:58 +11:00
Kevin Ring fbf024238d Merge remote-tracking branch 'origin/main' into wmts 2024-01-19 14:54:57 +11:00
Janine Liu 5d288e812b Update changelog 2024-01-18 17:42:33 -05:00
Janine Liu 695898e37d Interpret offsets as array indices, not byte offsets 2024-01-18 16:45:31 -05:00
Ashley Rogers 9515898684 Update CHANGES.md 2024-01-18 15:12:19 -05:00
Ashley Rogers 93f65f30bf Fix issues identified in review. 2024-01-18 15:10:19 -05:00
Ashley Rogers df7bb9fa91 Fix sign conversion errors on Clang & GCC 2024-01-18 10:06:20 -05:00
Kevin Ring b348aca86b
Merge pull request #790 from CesiumGS/face-index-different-modes
Add support for other primitive modes in `IndicesForFaceFromAccessor`
2024-01-18 21:57:08 +11:00
Kevin Ring 0ae6e5f9e8 Improve IndicesForFaceFromAccessor doc. 2024-01-18 21:53:38 +11:00
Kevin Ring 5c2aae4190 Merge remote-tracking branch 'origin/main' into face-index-different-modes 2024-01-18 21:53:02 +11:00
Kevin Ring da5b743c7a
Merge pull request #781 from CesiumGS/apply_texture_transform_2_unreal
Apply texture transform for main
2024-01-18 21:37:52 +11:00
Kevin Ring 9aa762c977 Update CHANGES.md, tweak doc. 2024-01-18 21:36:18 +11:00
Kevin Ring 94d3dd8011 Merge remote-tracking branch 'origin/main' into apply_texture_transform_2_unreal 2024-01-18 21:35:15 +11:00
Ashley Rogers 253b4f5c5d Fix mismatched integer types 2024-01-17 17:17:24 -05:00
Ashley Rogers 7dd3a7143a Format SamplerUtil 2024-01-17 17:09:36 -05:00
Ashley Rogers 0975b7d1e3 FeatureIdTextureView now accounts for sampler wrap values. 2024-01-17 17:05:36 -05:00
Kevin Ring 21c689b017 Allow implicit subtree buffers to be padded to 8 bytes. 2024-01-16 22:40:04 +11:00
Janine Liu 4ac199cdf1 Add more rigorous checks 2024-01-10 17:30:37 -05:00
Janine Liu 6fdcc122ab Merge branch 'batch-table-sentinel-fix' of github.com:CesiumGS/cesium-native into batch-table-sentinel-fix 2024-01-10 15:54:51 -05:00
Janine Liu aa607cd517 Add changelog entry 2024-01-10 15:54:37 -05:00
Janine Liu d49a49d647 Consolidate if statement 2024-01-10 15:54:04 -05:00
Janine Liu 89ecd309dc Fix erroneous sentinel value assignment 2024-01-10 14:53:03 -05:00
Janine Liu da5b2ea9da Remove extra new line in CHANGES.md 2024-01-10 11:03:39 -05:00
Janine Liu 41491dbbb8 Merge branch 'std-string-conversion' into face-index-different-modes 2024-01-10 11:03:09 -05:00
Brian Langevin c14a39e714
Merge pull request #778 from CesiumGS/std-string-conversion
Handle `std::string` in `MetadataConversions`
2024-01-10 08:59:44 -07:00
Janine Liu f6a71d8b3e Add remaining errno checks 2024-01-10 10:25:33 -05:00
Janine Liu 4c22baebfb Add size_t casts 2024-01-09 13:13:51 -05:00
Janine Liu 338b3e4f0a Add support in face index visitor for different primitive modes 2024-01-09 12:26:18 -05:00
Janine Liu fbad0f5ccb Merge branch 'std-string-conversion' of github.com:CesiumGS/cesium-native into std-string-conversion 2024-01-09 12:20:58 -05:00
Janine Liu b9fcbb5aad Use == 0 instead of != ERANGE 2024-01-09 12:20:48 -05:00
Kevin Ring a0225ffae9
Merge pull request #787 from jherico/jherico-patch-1
Update README.md
2024-01-09 16:08:11 +11:00
Janine Liu 022b15090c Merge branch 'main' into std-string-conversion 2024-01-08 17:03:04 -05:00
Bradley Austin Davis 552e556863 Update README.md
Fix build status badge to point to Github Actions instead of Travis
2024-01-05 09:35:30 -08:00
Ezio Helios abbea18590
Merge pull request #2 from EzioHelios/on-comment
Update from upstream and fix on reviewer's comments
2023-12-25 00:44:36 +08:00
Ezio Helios a664be6342 removed subdomain as tmpl if not provided 2023-12-25 00:40:45 +08:00
Ezio Helios 0ca6e882ca simplified subdomain option 2023-12-24 22:41:21 +08:00