Explorar el Código

GLTFLoader.d.ts: drop GLTFParser.parse

Yutaka Obuchi hace 6 años
padre
commit
49d09210cf
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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
 	};
 
-	parse: ( onLoad: ( result: GLTF ) => void, onError: ( reason: any ) => void ) => void;
 	getDependency: (type: string, index: number) => Promise<any>;
 	getDependencies: (type: string) => Promise<any[]>;
 

粤ICP备19079148号