Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
improve inline docs

Co-authored-by: Gabby Getz <[email protected]>
  • Loading branch information
lukemckinstry and ggetz committed Feb 10, 2025
1 parent af6b3e1 commit 1a32118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#### Additions :tada:

- Add `ITwinData.loadGeospatialFeatures(iTwinId, collectionId)` function to load data from the [Geospatial Features API](https://developer.bentley.com/apis/geospatial-features/operations/get-features/) [#12449](https://github.com/CesiumGS/cesium/pull/12449)
- Implemented `textureByteLength`, `visited`, and `numberOfTilesWithContentReady` in `VoxelPrimitive.statistics`.

#### Fixes :wrench:

Expand Down
3 changes: 3 additions & 0 deletions packages/engine/Source/Scene/VoxelPrimitive.js
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,9 @@ Object.defineProperties(VoxelPrimitive.prototype, {
},

/**
* Loading and rendering information for requested content
* @type {Cesium3DTilesetStatistics}
* @readonly
* @private
*/
statistics: {
Expand Down

0 comments on commit 1a32118

Please sign in to comment.