Explorar o código

USDZExporter: Fixed typo.

Mr.doob %!s(int64=2) %!d(string=hai) anos
pai
achega
7b14431f6b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 `

粤ICP备19079148号