()
| 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]}/> |
nothing calls this directly
no outgoing calls
no test coverage detected