MCPcopy Create free account
hub / github.com/Milkyroad/SCiPNET / loop

Function loop

public/src/ex_file/scripts/dna.js:128–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126
127 particles.rotation.z = Math.PI / 2;
128 const loop = () => {
129 particles.rotation.x += 0.01
130 requestAnimationFrame(loop)
131 renderer.render(scene, camera);
132 }
133
134 loop()
135

Callers 1

dna.jsFile · 0.85

Calls 1

renderMethod · 0.80

Tested by

no test coverage detected