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
@@ -15,6 +15,7 @@
15
15
#### Additions :tada:
16
16
17
17
- 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)
18
+
- Adds support for instancing a model at runtime via `ModelInstance` and `ModelInstanceCollection` classes. [#12588](https://github.com/CesiumGS/cesium/pull/12588)
18
19
19
20
## 1.132 - 2025-08-01
20
21
@@ -2470,7 +2471,6 @@ _This is an npm-only release to fix a publishing issue_.
2470
2471
tileset.boundingSphere.center,
2471
2472
);
2472
2473
```
2473
-
2474
2474
- This also fixes several issues with clipping planes not using the correct transform for tilesets with children.
2475
2475
2476
2476
### Additions :tada:
@@ -4316,7 +4316,6 @@ _This is an npm-only release to fix a publishing issue_.
4316
4316
isStopIncluded : true,
4317
4317
data : data
4318
4318
});
4319
-
4320
4319
- `TimeInterval.fromIso8601` now takes a single options parameter. Code that looked like:
0 commit comments