Explorar o código

Update Addons.js (#28916)

* Update Addons.js

* Add RectAreaLightTexturesLib
Nathan Bierema hai 1 ano
pai
achega
f1e2e0a222
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/jsm/Addons.js

+ 1 - 1
examples/jsm/Addons.js

@@ -71,8 +71,8 @@ export * from './interactive/InteractiveGroup.js';
 export * from './interactive/SelectionBox.js';
 export * from './interactive/SelectionHelper.js';
 
-export { default as IESSpotLight } from './lights/IESSpotLight.js';
 export * from './lights/LightProbeGenerator.js';
+export * from './lights/RectAreaLightTexturesLib.js';
 export * from './lights/RectAreaLightUniformsLib.js';
 
 export * from './lines/Line2.js';