You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
#### Additions :tada:
12
12
13
13
- Added support for the [EXT_mesh_primitive_restart](https://github.com/KhronosGroup/glTF/pull/2478) glTF extension. [#12764](https://github.com/CesiumGS/cesium/issues/12764)
14
+
- Adds support for instancing a model at runtime via `ModelInstance` and `ModelInstanceCollection` classes. [#12588](https://github.com/CesiumGS/cesium/pull/12588)
14
15
15
16
## 1.132 - 2025-08-01
16
17
@@ -2466,7 +2467,6 @@ _This is an npm-only release to fix a publishing issue_.
2466
2467
tileset.boundingSphere.center,
2467
2468
);
2468
2469
```
2469
-
2470
2470
- This also fixes several issues with clipping planes not using the correct transform for tilesets with children.
2471
2471
2472
2472
### Additions :tada:
@@ -4312,7 +4312,6 @@ _This is an npm-only release to fix a publishing issue_.
4312
4312
isStopIncluded : true,
4313
4313
data : data
4314
4314
});
4315
-
4316
4315
- `TimeInterval.fromIso8601` now takes a single options parameter. Code that looked like:
0 commit comments