File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2471,6 +2471,7 @@ _This is an npm-only release to fix a publishing issue_.
2471
2471
tileset.boundingSphere.center,
2472
2472
);
2473
2473
```
2474
+
2474
2475
- This also fixes several issues with clipping planes not using the correct transform for tilesets with children.
2475
2476
2476
2477
### Additions :tada:
@@ -4316,6 +4317,7 @@ _This is an npm-only release to fix a publishing issue_.
4316
4317
isStopIncluded : true,
4317
4318
data : data
4318
4319
});
4320
+
4319
4321
- `TimeInterval.fromIso8601` now takes a single options parameter. Code that looked like:
4320
4322
4321
4323
TimeInterval.fromIso8601(intervalString, true, true, data);
@@ -4328,6 +4330,7 @@ _This is an npm-only release to fix a publishing issue_.
4328
4330
isStopIncluded : true,
4329
4331
data : data
4330
4332
});
4333
+
4331
4334
- `interval.intersect(otherInterval)` -> `TimeInterval.intersect(interval, otherInterval)`
4332
4335
- `interval.contains(date)` -> `TimeInterval.contains(interval, date)`
4333
4336
You can’t perform that action at this time.
0 commit comments