当尝试在我的app.js文件中导入所需的three.js文件时,我得到404资源未找到错误。app.js的顶部如下所示: import * as THREE from '/js/three/build/three.module.js';
import { GLTFLoader } from '/js/three/examples/jsm/loaders/GLT
我已经开始与dat.GUI一起使用Three.js API,我想知道从多个文件自定义Three.js的最佳方法是什么。我尝试从第一个文件导出GUI实例,并在第二个文件中导入它,但是gui变量据说是未定义的。// file with camera settings
import * as dat from 'three/examples/js/libs/dat.gui.min.js