Преглед на файлове

Remove dispose() of now removed depthMaterial (#26946)

Fixes Uncaught TypeError: Cannot read properties of undefined (reading 'dispose')
Mounier Florian преди 1 година
родител
ревизия
937edb5f5b
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      examples/jsm/postprocessing/SAOPass.js

+ 0 - 1
examples/jsm/postprocessing/SAOPass.js

@@ -314,7 +314,6 @@ class SAOPass extends Pass {
 		this.blurIntermediateRenderTarget.dispose();
 		this.normalRenderTarget.dispose();
 
-		this.depthMaterial.dispose();
 		this.normalMaterial.dispose();
 		this.saoMaterial.dispose();
 		this.vBlurMaterial.dispose();