We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3faeb4e commit 67b277cCopy full SHA for 67b277c
1 file changed
src/core/EffectComposer.js
@@ -1,10 +1,10 @@
1
import {
2
DepthStencilFormat,
3
DepthTexture,
4
+ FloatType,
5
LinearFilter,
6
SRGBColorSpace,
7
UnsignedByteType,
- UnsignedIntType,
8
UnsignedInt248Type,
9
Vector2,
10
WebGLRenderTarget
@@ -312,7 +312,7 @@ export class EffectComposer {
312
313
} else {
314
315
- depthTexture.type = UnsignedIntType;
+ depthTexture.type = FloatType;
316
317
}
318
0 commit comments