瀏覽代碼

USDZExporter: Fixed typo.

Mr.doob 2 年之前
父節點
當前提交
7b14431f6b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/jsm/exporters/USDZExporter.js

+ 1 - 1
examples/jsm/exporters/USDZExporter.js

@@ -468,7 +468,7 @@ function buildMaterial( material, textures ) {
 		const WRAPPINGS = {
 			1000: 'repeat', // RepeatWrapping
 			1001: 'clamp', // ClampToEdgeWrapping
-			1002: 'repeat' // MirroredRepeatWrapping
+			1002: 'mirror' // MirroredRepeatWrapping
 		};
 
 		return `