MCPcopy
hub / github.com/sparkjsdev/spark / dispose

Function dispose

examples/splat-transitions/effects/flow.js:302–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300 }
301
302 function dispose() {
303 disposed = true;
304 scene.remove(group);
305 }
306
307 return { group, update, dispose, setupGUI };
308}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected