Skip to content

Commit 47b0fc4

Browse files
authored
Export ImageOverlay and TiledImageOverlay (#1567)
1 parent f295f61 commit 47b0fc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/three/plugins/images/ImageOverlayPlugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ export class ImageOverlayPlugin {
12761276
* @param {boolean} [options.alphaInvert=false] If true, inverts the alpha channel before
12771277
* applying the mask or blend.
12781278
*/
1279-
class ImageOverlay {
1279+
export class ImageOverlay {
12801280

12811281
get isPlanarProjection() {
12821282

@@ -1389,7 +1389,7 @@ class ImageOverlay {
13891389
* multiple source tiles into a single texture per 3D tile region.
13901390
* @extends ImageOverlay
13911391
*/
1392-
class TiledImageOverlay extends ImageOverlay {
1392+
export class TiledImageOverlay extends ImageOverlay {
13931393

13941394
get tiling() {
13951395

0 commit comments

Comments
 (0)