Browse Source

Revert LightShadow export

WestLangley 4 years ago
parent
commit
619e6f8fa9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Three.js

+ 0 - 1
src/Three.js

@@ -61,7 +61,6 @@ export { HemisphereLightProbe } from './lights/HemisphereLightProbe.js';
 export { DirectionalLight } from './lights/DirectionalLight.js';
 export { AmbientLight } from './lights/AmbientLight.js';
 export { AmbientLightProbe } from './lights/AmbientLightProbe.js';
-export { LightShadow } from './lights/LightShadow.js';
 export { Light } from './lights/Light.js';
 export { LightProbe } from './lights/LightProbe.js';
 export { StereoCamera } from './cameras/StereoCamera.js';