소스 검색

change js version, modularize

Paul Henschel 5 년 전
부모
커밋
82f224f01f
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      examples/js/postprocessing/SSAOPass.js

+ 0 - 4
examples/js/postprocessing/SSAOPass.js

@@ -153,10 +153,6 @@ THREE.SSAOPass.prototype = Object.assign( Object.create( THREE.Pass.prototype ),
 		this.ssaoRenderTarget.dispose();
 		this.blurRenderTarget.dispose();
 
-		// dispose geometry
-
-		this.quad.geometry.dispose();
-
 		// dispose materials
 
 		this.normalMaterial.dispose();