MCPcopy Create free account
hub / github.com/pmndrs/postprocessing / dispose

Method dispose

src/core/OverrideMaterialManager.js:403–408  ·  view source on GitHub ↗

* Performs cleanup tasks.

()

Source from the content-addressed store, hash-verified

401 */
402
403 dispose() {
404
405 this.originalMaterials.clear();
406 this.disposeMaterials();
407
408 }
409
410 /**
411 * Indicates whether the override material workaround is enabled.

Callers

nothing calls this directly

Calls 2

disposeMaterialsMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected