소스 검색

remove SSAOPass.quad.dispose, fixes #18148

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

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

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