(props: ThreeElements['group'])
| 48 | } |
| 49 | |
| 50 | function Candy(props: ThreeElements['group']) { |
| 51 | const { scene } = useGLTF( |
| 52 | 'https://vazxmixjsiawhamofees.supabase.co/storage/v1/object/public/models/candy-bucket/model.gltf', |
| 53 | ) |
| 54 | useFrame((state, delta) => (scene.rotation.z = scene.rotation.y += delta)) |
| 55 | return <primitive object={scene} {...props} /> |
| 56 | } |
| 57 | |
| 58 | function Flash(props: ThreeElements['group']) { |
| 59 | const { scene } = useGLTF('/lightning.gltf') |
nothing calls this directly
no test coverage detected
searching dependent graphs…