美文网首页小前端
Threejs:Class constructor Object

Threejs:Class constructor Object

作者: 柒弟 | 来源:发表于2021-07-09 09:50 被阅读0次

    在threejs开发过程中,需要使用three-css2drender在物体上方渲染文字,浏览器报Class constructor Object3D cannot be invoked without 'new'错误,经google后发现是版本问题导致,故记录,以免其他同僚着急上火!

    报错时我使用的版本如下:

    threejs:0.130.0

    three-css2drender:1.0.0

    查看threejs版本发布历史,从0.120.0后开始逐步转向ES6语法,故将threejs版本调整至0.120.0,问题解决。

    下面是google原文截图:

    goole

    相关文章

      网友评论

        本文标题:Threejs:Class constructor Object

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