瀏覽代碼

Revert "Clean up."

This reverts commit be60454c5fe65cb625ae9df6a93ad7284cff31aa.
Mr.doob 2 年之前
父節點
當前提交
e0a8d8b0a7
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/jsm/exporters/GLTFExporter.js

+ 0 - 1
examples/jsm/exporters/GLTFExporter.js

@@ -1299,7 +1299,6 @@ class GLTFWriter {
 		// pbrMetallicRoughness.metallicRoughnessTexture
 		const metalnessMap = material.metalnessMap?.image ? material.metalnessMap : undefined;
 		const roughnessMap = material.roughnessMap?.image ? material.roughnessMap : undefined;
-
 		if ( metalnessMap || roughnessMap ) {
 
 			const metalRoughTexture = this.buildMetalRoughTexture( metalnessMap, roughnessMap );