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

Method update

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

Source from the content-addressed store, hash-verified

1077 Common.renderer.render(this.scene, this.camera);
1078 }
1079 update() {
1080 this.simulation.update();
1081 this.render();
1082 }
1083 }
1084
1085 class WebGLManager implements LiquidEtherWebGL {

Callers 8

updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
renderMethod · 0.45

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected