楼主,请教下,我也是和你一样的引用
import * as THREE from 'three';
import { STLLoader } from 'three/examples/jsm/loaders/STLLoader'
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'
但是会有警告
"export 'STLLoader' (imported as 'THREE') was not found in 'three'
关于Vue中使用three.js加载模型问题后续就可以正常按照three.js加载模型语法进行编写了(因为使用的是Vue,所以data中定义省略) 在写完相机和场景之后,就可以进行进行模型的加载了,代码如下: 在引用时...