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

Method render

components/liquid-ether.tsx:1072–1078  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1070 this.simulation.resize();
1071 }
1072 render() {
1073 if (!Common.renderer) return;
1074 Common.renderer.setRenderTarget(null);
1075 // Clear the canvas with transparent black before rendering
1076 Common.renderer.clear();
1077 Common.renderer.render(this.scene, this.camera);
1078 }
1079 update() {
1080 this.simulation.update();
1081 this.render();

Callers 6

updateMethod · 0.95
animateFunction · 0.45
loopFunction · 0.45
updateFunction · 0.45
updateMethod · 0.45
updateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected