MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / update

Method update

components/liquid-ether.tsx:808–814  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

806 this.init();
807 }
808 update(...args: any[]) {
809 const { vel } = (args[0] || {}) as { vel?: any };
810 if (this.uniforms && vel) {
811 this.uniforms.velocity.value = vel.texture;
812 }
813 super.update();
814 }
815 }
816
817 class Poisson extends ShaderPass {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected