孤独春天

文章
3
资源
0
加入时间
3年0月28天

vue中使用three.js GLTFLoadervue中使用three.js GLTFLoader

vue中使用three.js GLTFLoader引入three.js&GLTFLoader import * as THREE from 'three' import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader' import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'2.初始化 创建场景、相机、渲染器、场景等等in