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_.
24712471 tileset.boundingSphere.center,
24722472 );
24732473 ```
2474+
24742475 - This also fixes several issues with clipping planes not using the correct transform for tilesets with children.
24752476
24762477### Additions :tada:
@@ -4316,6 +4317,7 @@ _This is an npm-only release to fix a publishing issue_.
43164317 isStopIncluded : true,
43174318 data : data
43184319 });
4320+
43194321 - `TimeInterval.fromIso8601` now takes a single options parameter. Code that looked like:
43204322
43214323 TimeInterval.fromIso8601(intervalString, true, true, data);
@@ -4328,6 +4330,7 @@ _This is an npm-only release to fix a publishing issue_.
43284330 isStopIncluded : true,
43294331 data : data
43304332 });
4333+
43314334 - `interval.intersect(otherInterval)` -> `TimeInterval.intersect(interval, otherInterval)`
43324335 - `interval.contains(date)` -> `TimeInterval.contains(interval, date)`
43334336
You can’t perform that action at this time.
0 commit comments