Browse Source

GLTFLoader.d.ts: drop GLTFParser.parse

Yutaka Obuchi 5 years ago
parent
commit
49d09210cf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/jsm/loaders/GLTFLoader.d.ts

+ 0 - 1
examples/jsm/loaders/GLTFLoader.d.ts

@@ -49,7 +49,6 @@ export class GLTFParser {
 		manager: LoadingManager
 		manager: LoadingManager
 	};
 	};
 
 
-	parse: ( onLoad: ( result: GLTF ) => void, onError: ( reason: any ) => void ) => void;
 	getDependency: (type: string, index: number) => Promise<any>;
 	getDependency: (type: string, index: number) => Promise<any>;
 	getDependencies: (type: string) => Promise<any[]>;
 	getDependencies: (type: string) => Promise<any[]>;