Commit Graph

488 Commits

Author SHA1 Message Date
Janine Liu e868c5c85b
Update CHANGES.md for new version 2024-03-29 21:06:40 -04:00
Janine Liu fd742c2490 Update changelog 2024-03-29 20:37:51 -04:00
Janine Liu 54cd7acf8c Merge branch 'main' into fix-compute-load-progress-main-thread-q 2024-03-29 20:36:04 -04:00
Brian Langevin 11898170ae
Merge branch 'main' into add-position-accessor 2024-03-27 15:51:35 -06:00
Janine Liu 5762022f34
Merge branch 'main' into add-barycentric-computation 2024-03-22 10:30:33 -04:00
Brian Langevin d302a807bb
Merge branch 'main' into tile-bounding-volumes 2024-03-21 15:14:14 -06:00
Janine Liu 86216d905f Merge branch 'add-barycentric-computation' of github.com:CesiumGS/cesium-native into add-barycentric-computation 2024-03-20 20:12:55 -04:00
Janine Liu 3f4248e04e Rename function, other minor edits 2024-03-20 20:12:43 -04:00
Brian Langevin ccc29d0362
Merge branch 'main' into add-barycentric-computation 2024-03-20 13:23:29 -06:00
Ashley Rogers c9bf319961 Update CHANGES.md 2024-03-15 10:09:59 -04:00
Brian Langevin 5faed875f1
Update CHANGES.md 2024-03-14 11:08:00 -06:00
Janine Liu 5275704238 Update changelog + add unit test 2024-03-04 16:52:14 -05:00
Janine Liu 97d54ad2ac Fix comment and update changelog 2024-03-04 15:43:38 -05:00
Kevin Ring c055006d3d Add some new bounding volume related helpers. 2024-03-04 19:04:20 +11:00
Kevin Ring c9cf5430d5 Update CHANGES.md, bump to v0.33.0. 2024-03-01 11:37:58 +11:00
Janine Liu 90531bb6fd Minor tweaks 2024-02-28 17:37:39 -05:00
Janine Liu 0c733fb79c Update changelog 2024-02-28 17:25:02 -05:00
Kevin Ring 23c1cc82fb Merge remote-tracking branch 'origin/main' into ref-counted-thread-safe 2024-02-26 11:33:57 +11:00
Kevin Ring 579ec6fad7 Update CHANGES.md. 2024-02-25 22:48:34 +11:00
Janine Liu f9eff35e22
Merge branch 'main' into ref-counted-thread-safe 2024-02-23 10:39:28 -05:00
Kevin Ring 2c04b29c5b Merge remote-tracking branch 'origin/main' into texture-transform-in-views 2024-02-23 22:44:58 +11:00
Kevin Ring 916c63ee94 Revert "Merge pull request #798 from CesiumGS/upgrade-to-zlib-ng"
This reverts commit 09c1eb76b4, reversing
changes made to bec474f264.
2024-02-23 09:16:29 +11:00
Janine Liu 9bb02acdd1 Add flag to property texture property 2024-02-19 13:32:36 -05:00
Brian Langevin 311c42026a
Merge branch 'main' into ref-counted-thread-safe 2024-02-19 10:02:04 -07:00
Janine Liu fb1888b682 Merge branch 'main' into texture-transform-in-views 2024-02-15 12:54:08 -05:00
Kevin Ring c70998f99b Update CHANGES.md. 2024-02-15 18:36:30 +11:00
Sean Lilley a043be4f87
Merge branch 'main' into estimate-globe-rectangle-global 2024-02-13 18:26:55 -05:00
Janine Liu 49b04e0816 Merge branch 'main' into texture-transform-in-views 2024-02-13 16:44:18 -05:00
Janine Liu 6c4f31053a Add validation statements, other tweaks 2024-02-13 13:08:30 -05:00
Sean Lilley 4ac60b45ea Remove support for EXT_feature_metadata in CesiumGltf, CesiumGltfReader, and CesiumGltfWriter 2024-02-13 12:21:02 -05:00
Janine Liu a638922612 Update changelog 2024-02-13 12:03:33 -05:00
Sean Lilley 7022b955a1 Fix estimateGlobeRectangle for boxes and sphere that encompass the entire globe 2024-02-09 10:16:28 -05:00
Kevin Ring e2d79d1a02 Update CHANGES.md. 2024-02-07 19:12:22 +11:00
Brian Langevin afc125e36f
Update CHANGES.md 2024-02-02 14:42:19 -07:00
Brian Langevin e23ea92569
Merge branch 'main' into globe-flight-path 2024-02-02 14:41:29 -07:00
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 acdcd1df00
Fix CHANGES.md 2024-01-31 10:24:41 -05:00
Ashley Rogers a3fccc5b0d Update CHANGES.md 2024-01-26 13:32:14 -05: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
Janine Liu 5d288e812b Update changelog 2024-01-18 17:42:33 -05:00
Ashley Rogers 9515898684 Update CHANGES.md 2024-01-18 15:12:19 -05: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 9aa762c977 Update CHANGES.md, tweak doc. 2024-01-18 21:36:18 +11:00
Kevin Ring 21c689b017 Allow implicit subtree buffers to be padded to 8 bytes. 2024-01-16 22:40:04 +11:00