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 16c15ef commit 2b6dfe9Copy full SHA for 2b6dfe9
editor/js/Viewport.Pathtracer.js
@@ -1,3 +1,4 @@
1
+import * as THREE from 'three';
2
import { FullScreenQuad } from 'three/examples/jsm/postprocessing/Pass.js';
3
import {
4
PathTracingSceneGenerator,
@@ -23,7 +24,7 @@ function ViewportPathtracer( renderer ) {
23
24
25
quad = new FullScreenQuad( new THREE.MeshBasicMaterial( {
26
map: pathtracer.target.texture,
- blending: 5 // THREE.CustomBlending
27
+ blending: THREE.CustomBlending
28
} ) );
29
30
}
0 commit comments