Bump 3d tiles renderer to 0.4.4 and three.js to 0.170.0 #2496
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR bumps
3d-tiles-renderer
from 0.3.39 to 0.4.4 andthree.js
from 0.168.0 to 0.170.0.Changes in
three
r169
See changelog and migration guide.
There is no changes impacting iTowns.
A list of interesting changes (feel free to extend it):
ReadRenderTargetPixelsAsync
latency mrdoob/three.js#29339 (@aardgoose). For picking metadata in iTowns.r170
See changelog and migration guide.
A list of interesting changes (feel free to extend it):
3d-tiles-renderer
(see BatchedMeshPlugin below)Changes in
3d-tiles-renderer
There is some changes impacting iTowns, especially for plugins. I disabled some eslint check on imports since it does not support package.json imports... (see import-js/eslint-plugin-import#1868). It seems
eslint-import-resolver-typescript
works but decided to go for disabling this warning for now.Added
load-error
events when model, tile set, and API token requests fail to fetch or parse. To use internally in iTowns and provide a way to the user to access this event.