You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
控制台报错 Uncaught ReferenceError: THREE is not defined
oneventjs里面报错 (function (definition) { "use strict"; if (!THREE) { // 触发了这个 throw new Error("This module is dependent from 'three.js,add this file first."); }
如果两个都是script引入就没有问题,但是项目都是npm引入的
The text was updated successfully, but these errors were encountered:
threejs如果也是包引入的方式,再用包引入onevent直接报错,
控制台报错
Uncaught ReferenceError: THREE is not defined
oneventjs里面报错
(function (definition) { "use strict"; if (!THREE) { // 触发了这个 throw new Error("This module is dependent from 'three.js,add this file first."); }
如果两个都是script引入就没有问题,但是项目都是npm引入的
The text was updated successfully, but these errors were encountered: