MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / clickHandler

Function clickHandler

hello-r3f/src/App.jsx:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 });
14
15 function clickHandler() {
16 meshRef.current.material.color.set('blue');
17 }
18
19 return <mesh ref={meshRef} onClick={clickHandler}>
20 <boxGeometry args={[100, 100, 100]}/>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected