소스 검색

Removed setPath line

Tentone 7 년 전
부모
커밋
26de91c4a5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      examples/js/loaders/GCodeLoader.js

+ 0 - 1
examples/js/loaders/GCodeLoader.js

@@ -21,7 +21,6 @@ THREE.GCodeLoader.prototype.load = function ( url, onLoad, onProgress, onError )
 	var self = this;
 
 	var loader = new THREE.FileLoader( self.manager );
-	loader.setPath( this.path );
 	loader.load( url, function ( text ) {
 
 		onLoad( self.parse( text ) );