Skip to content

Commit 8b11b94

Browse files
committed
Clean up.
1 parent 9aaa6ce commit 8b11b94

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/renderers/webgl/WebGLShadowMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { FrontSide, BackSide, DoubleSide, NearestFilter, LinearFilter, PCFShadowMap, VSMShadowMap, NoBlending, LessEqualCompare, GreaterEqualCompare, DepthFormat, UnsignedIntType, RGFormat, HalfFloatType, RedFormat, FloatType, PCFSoftShadowMap } from '../../constants.js';
1+
import { FrontSide, BackSide, DoubleSide, NearestFilter, LinearFilter, PCFShadowMap, VSMShadowMap, NoBlending, LessEqualCompare, GreaterEqualCompare, DepthFormat, UnsignedIntType, RGFormat, HalfFloatType, PCFSoftShadowMap } from '../../constants.js';
22
import { WebGLRenderTarget } from '../WebGLRenderTarget.js';
33
import { WebGLCubeRenderTarget } from '../WebGLCubeRenderTarget.js';
44
import { MeshDepthMaterial } from '../../materials/MeshDepthMaterial.js';

src/textures/CubeDepthTexture.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { Source } from './Source.js';
21
import { DepthTexture } from './DepthTexture.js';
32
import { CubeReflectionMapping, NearestFilter, UnsignedIntType, DepthFormat } from '../constants.js';
43

0 commit comments

Comments
 (0)