Browse Source

change js version, modularize

Paul Henschel 5 years ago
parent
commit
82f224f01f
1 changed files with 0 additions and 4 deletions
  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();