Explorar o código

Revert change to signature

Popov72 %!s(int64=5) %!d(string=hai) anos
pai
achega
e8c674474b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      loaders/src/glTF/2.0/glTFLoaderExtension.ts

+ 1 - 1
loaders/src/glTF/2.0/glTFLoaderExtension.ts

@@ -59,7 +59,7 @@ export interface IGLTFLoaderExtension extends IGLTFBaseLoaderExtension, IDisposa
      * @param primitive The glTF mesh primitive property
      * @returns A promise that resolves with the loaded geometry when the load is complete or null if not handled
      */
-    _loadVertexDataAsync?(context: string, primitive: IMeshPrimitive, babylonMesh: Mesh): Nullable<Promise<[Geometry, Nullable<Array<() => void>>]>>;
+    _loadVertexDataAsync?(context: string, primitive: IMeshPrimitive, babylonMesh: Mesh): Nullable<Promise<Geometry>>;
 
     /**
      * @hidden