美文网首页
Uncaught TypeError: Failed to re

Uncaught TypeError: Failed to re

作者: 似朝朝我心 | 来源:发表于2022-04-13 15:32 被阅读0次

    引入threejs报错了,确认不是引入路径的问题。

    import * as THREE from '../build/three.module.js';
    import { OrbitControls } from '../examples/jsm/controls/OrbitControls.js'
    import { CSS2DRenderer, CSS2DObject } from '../examples/jsm/controls/OrbitControls.js'
    
    

    原因版本太高(我本来用的是r139版本,2022/4月份最新版本)


    解决方法:降低版本号:这里安装r126版本

    npm install three@0.126.1;
    

    相关文章

      网友评论

          本文标题:Uncaught TypeError: Failed to re

          本文链接:https://www.haomeiwen.com/subject/epsasrtx.html