|
16 | 16 | }); |
17 | 17 | ``` |
18 | 18 |
|
19 | | -#### engine |
| 19 | +#### @cesium/engine |
20 | 20 |
|
21 | 21 | ##### Additions :tada: |
22 | 22 |
|
23 | 23 | - Added `vertexShadowDarkness` parameter to `Globe` to control the amount of darkness of the vertex shadow when terrain lighting is enabled. [#10914](https://github.com/CesiumGS/cesium/pull/10914) |
| 24 | +- Added experimental support for 3D Tiles voxels with the [`3DTILES_content_voxels`](https://github.com/CesiumGS/3d-tiles/tree/voxels/extensions/3DTILES_content_voxels) extension. The current implementation is intended for development use, as the voxel format has not yet been finalized and is subject to breaking changes without deprecation. |
24 | 25 |
|
25 | 26 | ##### Fixes :wrench: |
26 | 27 |
|
27 | | -- Fixed a bug where the scale of a `PointPrimitive` was incorrect when `scaleByDistance` was set to a `NearFarScalar` [#10912](https://github.com/CesiumGS/cesium/pull/10912) |
| 28 | +- Fixed a bug where the scale of a `PointPrimitive` was incorrect when `scaleByDistance` was set to a `NearFarScalar`. [#10912](https://github.com/CesiumGS/cesium/pull/10912) |
28 | 29 | - Fixed glTF models with a mix of Draco and non-Draco attributes. [#10936](https://github.com/CesiumGS/cesium/pull/10936) |
29 | | -- Fixed a bug where billboards with `alignedAxis`properties were not properly aligned in 2D and Columbus View. [#10965](https://github.com/CesiumGS/cesium/issues/10965) |
30 | | -- Fixed the JSDoc and TypeScript definitions of arguments in `Matrix2.multiplyByScalar`, `Matrix3.multiplyByScalar`, and several functions in the `S2Cell` class. [#10899](https://github.com/CesiumGS/cesium/pull/10899) |
31 | | -- Fixed a bug where the entity collection of a `GpxDataSource` did not have the `owner` property set. [#10921](https://github.com/CesiumGS/cesium/issues/10921) |
32 | | -- Fixed a bug where \*.ktx2 images loading fail. [#10869](https://github.com/CesiumGS/cesium/pull/10869) |
| 30 | +- Fixed a bug where billboards with `alignedAxis` properties were not properly aligned in 2D and Columbus View. [#10965](https://github.com/CesiumGS/cesium/issues/10965) |
| 31 | +- Fixed a bug where \*.ktx2 image loading from a URI failed. [#10869](https://github.com/CesiumGS/cesium/pull/10869) |
33 | 32 | - Fixed a bug where a `Model` would sometimes disappear when loaded in Columbus View. [#10945](https://github.com/CesiumGS/cesium/pull/10945) |
| 33 | +- Fixed a bug where the entity collection of a `GpxDataSource` did not have the `owner` property set. [#10921](https://github.com/CesiumGS/cesium/issues/10921) |
| 34 | +- Fixed the JSDoc and TypeScript definitions of arguments in `Matrix2.multiplyByScalar`, `Matrix3.multiplyByScalar`, and several functions in the `S2Cell` class. [#10899](https://github.com/CesiumGS/cesium/pull/10899) |
34 | 35 | - Fixed a bug where `result` parameters were omitted from the TypeScript definitions. [#10864](https://github.com/CesiumGS/cesium/issues/10864) |
35 | 36 |
|
36 | 37 | #### Deprecated :hourglass_flowing_sand: |
37 | 38 |
|
38 | 39 | - `ContextOptions.requestWebgl2` was deprecated in CesiumJS 1.101 and will be removed in 1.102. Instead, CesiumJS will default to using a WebGL2 context for rendering. Use `ContextOptions.requestWebgl1` to request a WebGL1 or WebGL2 context. |
39 | 40 |
|
| 41 | +#### @cesium/widgets |
| 42 | + |
| 43 | +##### Additions :tada: |
| 44 | + |
| 45 | +- Added `viewerVoxelInspectorMixin` and `VoxelInspector` to support experimental 3D Tiles voxels. |
| 46 | + |
40 | 47 | ### 1.100 - 2022-12-01 |
41 | 48 |
|
42 | 49 | #### Major Announcements :loudspeaker: |
|
0 commit comments