MCPcopy Create free account
hub / github.com/achrefelouafi/GrassSystemThreeJS / dispose

Function dispose

src/clouds.js:311–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

309 renderer.setRenderTarget(prev);
310 },
311 dispose() {
312 depthRT.dispose();
313 fogRT.dispose();
314 material.dispose();
315 quad.dispose();
316 },
317 };
318}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected