We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f295f61 commit 47b0fc4Copy full SHA for 47b0fc4
1 file changed
src/three/plugins/images/ImageOverlayPlugin.js
@@ -1276,7 +1276,7 @@ export class ImageOverlayPlugin {
1276
* @param {boolean} [options.alphaInvert=false] If true, inverts the alpha channel before
1277
* applying the mask or blend.
1278
*/
1279
-class ImageOverlay {
+export class ImageOverlay {
1280
1281
get isPlanarProjection() {
1282
@@ -1389,7 +1389,7 @@ class ImageOverlay {
1389
* multiple source tiles into a single texture per 3D tile region.
1390
* @extends ImageOverlay
1391
1392
-class TiledImageOverlay extends ImageOverlay {
+export class TiledImageOverlay extends ImageOverlay {
1393
1394
get tiling() {
1395
0 commit comments