some code const globeEl = useRef() useEffect(() => { const scene = globeEl.current.scene() const directionalLight = new THREE.DirectionalLight(0xffffff ...
確定! 回上一頁