Sfoglia il codice sorgente

delete zflag and method

Jey-en 7 anni fa
parent
commit
3f2d59fe8c
1 ha cambiato i file con 0 aggiunte e 15 eliminazioni
  1. 0 15
      examples/js/loaders/XLoader.js

+ 0 - 15
examples/js/loaders/XLoader.js

@@ -1589,21 +1589,6 @@
 				}
 				return put;
 
-			}
-		}, {
-			key: '_readFinalize',
-			value: function _readFinalize() {
-
-				if ( this.options.zflag ) {
-
-					for ( var i = 0; i < this.Meshes.length; i ++ ) {
-
-						this.Meshes[ i ].scale.set( - 1, 1, 1 );
-
-					}
-
-				}
-
 			}
 		}, {
 			key: '_ParseMatrixData',