threejs 导入3d模型
素材网:https://sketchfab.com/
工具:https://github.com/CesiumGS/gltf-pipeline
npm install -g gltf-pipeline
gltf-pipeline -i scene.gltf -o car.gltf -d
npx gltfjsx car.gltf
产生car.gltf文件放在public
产生Car.jsx 放在src
素材网:https://sketchfab.com/
工具:https://github.com/CesiumGS/gltf-pipeline
npm install -g gltf-pipeline
gltf-pipeline -i scene.gltf -o car.gltf -d
npx gltfjsx car.gltf
产生car.gltf文件放在public
产生Car.jsx 放在src