我正在尝试将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,希望您能提供帮助:)