We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a294a98 commit 4f24785Copy full SHA for 4f24785
1 file changed
CHANGELOG.md
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
16
### Fixed
17
- ImageFormatPlugins: Fixed case where tile nodes could be created and never released.
18
- Converted remaining "three/examples/jsm/" paths to "three/addons/"
19
+- ImageOverlayPlugin: Geometry tiles will now continue to load and display even if an overlay texture fails to load.
20
+- ImageOverlayPlugin: If an overlay fails to load then a "load-error" will be thrown on TilesRenderer.
21
22
### Changed
23
- Deprecated "ImageFormatPlugin" and derivative plugins to reduce code redundancy. Use "GeneratedSurfacePlugin" & "ImageOverlayPlugin", instead.
0 commit comments