소스 검색

Fix cinematic camera example

Takahiro 7 년 전
부모
커밋
f069efb0d7
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      examples/js/cameras/CinematicCamera.js

+ 2 - 1
examples/js/cameras/CinematicCamera.js

@@ -151,7 +151,8 @@ THREE.CinematicCamera.prototype.initPostProcessing = function () {
 			fragmentShader: bokeh_shader.fragmentShader,
 			defines: {
 				RINGS: this.shaderSettings.rings,
-				SAMPLES: this.shaderSettings.samples
+				SAMPLES: this.shaderSettings.samples,
+				DEPTH_PACKING: this.material_depth.depthPacking
 			}
 		} );