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

Method update

components/liquid-ether.tsx:623–629  ·  view source on GitHub ↗
(..._args: any[])

Source from the content-addressed store, hash-verified

621 }
622 }
623 update(..._args: any[]) {
624 void _args;
625 if (!Common.renderer || !this.scene || !this.camera) return;
626 Common.renderer.setRenderTarget(this.props.output || null);
627 Common.renderer.render(this.scene, this.camera);
628 Common.renderer.setRenderTarget(null);
629 }
630 }
631
632 class Advection extends ShaderPass {

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected