Skip to content

Commit

Permalink
Merge pull request #10054 from CesiumGS/move-custom-shaders-guide
Browse files Browse the repository at this point in the history
Move custom shaders guide into the `Documentation` directory
  • Loading branch information
ggetz committed Jan 31, 2022
2 parents 63340e3 + 8c6982d commit 80fa50e
Show file tree
Hide file tree
Showing 3 changed files with 559 additions and 558 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -4,6 +4,7 @@

##### Additions :tada:

- Moved documentation for `CustomShader` into `Documentation/CustomShaderGuide/` to make it more discoverable. [#10054](https://github.com/CesiumGS/cesium/pull/10054)
- Feature IDs for styling and picking in `ModelExperimental` can now be selected via `(tileset|model).featureIdIndex` and `(tileset|model).instanceFeatureIdIndex`. [#10018](https://github.com/CesiumGS/cesium/pull/10018)
- Added support for all types of feature IDs in `CustomShader`. [#10018](https://github.com/CesiumGS/cesium/pull/10018)
- Added getters `Cesium3DTileFeature.featureId` and `ModelFeature.featureId` so the feature ID or batch ID can be accessed from a picked feature. [#10022](https://github.com/CesiumGS/cesium/pull/10022)
Expand Down

0 comments on commit 80fa50e

Please sign in to comment.