翻译 zip 文件(包含 .obj 和 .mat)后,查看器中显示的配色方案是错误的

The color scheme shown is wrong in the viewer after translation of a zip file( containing .obj and .mat )

我有一个 obj 文件和一个 material 文件,它定义了我需要的配色方案。当我压缩这两个并将其发送以进行翻译并在查看器中查看翻译后的模型时,我可以看到颜色不是我期望的颜色。当我在 Meshlab 中打开这个 obj 文件时,我能够正确地看到颜色。

Meshlab 的快照。 (#expected)

Meshlab 的快照。 (#expected)

翻译后我在 Forge 查看器中看到的内容。 (#错误结果)

(#错误结果)

(#错误结果)

以下是obj文件使用的我的.mat文件内容(材质)。

newmtl mat0
Ka 1.00 1.00 1.00
Kd 0.3333333333333333 1.0 1.0
Killum 1
newmtl mat1
Ka 1.00 1.00 1.00
Kd 1.0 1.0 0.4980392156862745
Killum 1
newmtl mat2
Ka 1.00 1.00 1.00
Kd 0.3333333333333333 0.6666666666666666 1.0
Killum 1
newmtl mat3
Ka 1.00 1.00 1.00
Kd 1.0, 0.6666666666666666, 0.0
Killum 1
newmtl mat4
Ka 1.00 1.00 1.00
Kd 1.0, 0.3333333333333333, 1.0
Killum 1
newmtl mat5
Ka 1.00 1.00 1.00
Kd 1.0, 0.0, 0.0
Killum 1

此处在行

Kd 1.0, 0.6666666666666666, 0.0
&
Kd 1.0, 0.3333333333333333, 1.0
&
Kd 1.0, 0.0, 0.0

当我删除逗号配色方案时,它开始按预期工作。

感谢您的报告,我们正在TREX-748下进行调查(内部代码,供您参考)