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

Method updateGenerator

src/SplatMesh.ts:824–826  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

822 // Compiled generators are cached for efficiency and re-use when the same
823 // pipeline structure emerges after successive changes.
824 updateGenerator() {
825 this.generatorDirty = true;
826 }
827
828 // This is called automatically by SparkRenderer and you should not have to
829 // call it. It updates parameters for the generated pipeline and calls

Callers 13

constructorMethod · 0.95
asyncInitializeMethod · 0.95
initFunction · 0.95
morphableSplatMeshFunction · 0.95
loadSplatsFunction · 0.95
runFunction · 0.95
setDepthColorFunction · 0.80
setWorldNormalColorFunction · 0.80
setupGUIFunction · 0.80
initFunction · 0.80
startExplosionFunction · 0.80
startTransitionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected