Browse Source

Fixed GLTFExporter unit test.

Mr.doob 5 years ago
parent
commit
f1887abb45
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/unit/example/exporters/GLTFExporter.tests.js

+ 2 - 2
test/unit/example/exporters/GLTFExporter.tests.js

@@ -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' );