
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
【React Three Fiber】DraggableなMeshの実装 - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
【React Three Fiber】DraggableなMeshの実装 - Qiita
import React, { Suspense, useEffect, useRef, VFC } from 'react'; import * as THREE from 'three'; ... import React, { Suspense, useEffect, useRef, VFC } from 'react'; import * as THREE from 'three'; import { DragControls } from 'three-stdlib'; import { OrbitControls, Sphere, Stats, TorusKnot, useHelper, useTexture } from '@react-three/drei'; import { Canvas, useFrame, useThree } from '@react-three/fiber'; export const App: VFC = () => { return ( <Canvas camera={{ position: [0, 10, 8], fov: 50, asp