Prechádzať zdrojové kódy

USDZExporter: Fixed typo.

Mr.doob 2 rokov pred
rodič
commit
7b14431f6b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 = {
 		const WRAPPINGS = {
 			1000: 'repeat', // RepeatWrapping
 			1000: 'repeat', // RepeatWrapping
 			1001: 'clamp', // ClampToEdgeWrapping
 			1001: 'clamp', // ClampToEdgeWrapping
-			1002: 'repeat' // MirroredRepeatWrapping
+			1002: 'mirror' // MirroredRepeatWrapping
 		};
 		};
 
 
 		return `
 		return `