渲染警告:在 Autodesk Forge 查看器中没有绑定到单元 1 的纹理

RENDER WARNING: there is no texture bound to the unit 1 in Autodesk forge viewer

我收到很多警告:RENDER WARNING: there is no texture bound to the unit 1

当我在模型上移动鼠标时,计数会增加。我尝试 google 它但没有找到任何相关内容。

当我注释掉这两行时(它们在加载几何图形后被调用),我只收到 19 个这样的警告:

    viewer.setQualityLevel(false, false);    // turn off antialiasing and shadows 
    viewer.prefs.tag('ignore-producer');    // disable lighting

会不会有关系?有没有办法让这两行而不是所有这些警告?

目前无法删除该警告。当查看器 API 转向更高版本的 three.js 时,这可能会得到修复,这可能会在一段时间后发生。

如果这让您感到困扰,目前最好的解决方法是在 chrome 控制台中过滤警告或使用其他浏览器,我在 firefox 中看不到这些...