MCPcopy Create free account
hub / github.com/expo/examples / update

Function update

with-three/App.js:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 camera.lookAt(cube.position);
57
58 function update() {
59 cube.rotation.y += 0.05;
60 cube.rotation.x += 0.025;
61 }
62
63 // Setup an animation loop
64 const render = () => {

Callers 2

renderFunction · 0.85
onTouchMoveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected