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 @@ -2467,6 +2467,7 @@ _This is an npm-only release to fix a publishing issue_.
24672467 tileset.boundingSphere.center,
24682468 );
24692469 ```
2470+
24702471 - This also fixes several issues with clipping planes not using the correct transform for tilesets with children.
24712472
24722473### Additions :tada:
@@ -4312,6 +4313,7 @@ _This is an npm-only release to fix a publishing issue_.
43124313 isStopIncluded : true,
43134314 data : data
43144315 });
4316+
43154317 - `TimeInterval.fromIso8601` now takes a single options parameter. Code that looked like:
43164318
43174319 TimeInterval.fromIso8601(intervalString, true, true, data);
@@ -4324,6 +4326,7 @@ _This is an npm-only release to fix a publishing issue_.
43244326 isStopIncluded : true,
43254327 data : data
43264328 });
4329+
43274330 - `interval.intersect(otherInterval)` -> `TimeInterval.intersect(interval, otherInterval)`
43284331 - `interval.contains(date)` -> `TimeInterval.contains(interval, date)`
43294332
You can’t perform that action at this time.
0 commit comments