提交 f1887abb 编写于 作者: M Mr.doob

Fixed GLTFExporter unit test.

上级 edec210c
......@@ -81,8 +81,8 @@ export default QUnit.module( 'Exporters', () => {
assert.smartEqual( {
baseColorFactor: [ 1, 0, 0, 1 ],
metallicFactor: 0.5,
roughnessFactor: 0.5
metallicFactor: 0.0,
roughnessFactor: 1.0
}, material.pbrMetallicRoughness, 'material' );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册