未捕获的TypeError:无法读取null的属性“ precision”

时间:2019-07-14 11:56:27

标签: javascript object three.js model

我正在尝试将3D模型添加到我的网站,但出现错误。 这是错误:

Uncaught TypeError: Cannot read property 'precision' of null
 at getMaxPrecision (three.module.js:15768)
 at new WebGLCapabilities (three.module.js:15797)
 at initGLContext (three.module.js:23242)
 at new WebGLRenderer (three.module.js:23292)
 at init (index.html:186)
 at index.html:110
three.module.js:15768

第一次使用three.js,希望您能提供帮助:)

这是我的代码:https://paste.ubuntu.com/p/NgkzndqK6X/

0 个答案:

没有答案