所在的位置: js >> js市场 >> Three中OrbitControls

Three中OrbitControls

北京市中科医院 http://ask.bdfyy999.com/

OrbitControls.js库与TheJS一起使用时,可以实现鼠标和滚动与3D对象的交互。

目前,TheJS可以在CommonJS环境中使用,但是当合并OrbitControls.js时会导致错误。

常见的错误是:

UncaughtRefenceError:quiisnotdefinedatorbitControls.js:7quinotdefinedUncaughtRefenceError:moduleisnotdefinedatorbitControls.js:

qui错误可以通过RequiJS导入OrbitControls.js来解决。但是这种方法并不能解决module由于module.exports。

在这里,我遇到了解决此问题的解决方法。

步骤1.在HTMLhead中添加TheJS的cdn。

scriptsrc="


转载请注明:http://www.aierlanlan.com/rzdk/9396.html