This commit is contained in:
xiefan
2020-09-24 11:04:12 +08:00
commit b654ca8c7f
1633 changed files with 86830 additions and 0 deletions

7
types/Loader/FBXLoader.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
import { Group } from "three";
export interface LoaderState {
State: boolean;
object?: Group;
}
export declare function loadFBX(fileName: string): Promise<LoaderState>;
//# sourceMappingURL=FBXLoader.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"FBXLoader.d.ts","sourceRoot":"","sources":["../../../../src/Loader/FBXLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAkB,MAAM,OAAO,CAAC;AAI9C,MAAM,WAAW,WAAW;IAExB,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,KAAK,CAAC;CAClB;AAoBD,wBAAgB,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CA0B9D"}

5
types/Loader/ImageLoader.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
export declare function SaveImage(blob: File, md5: string): Promise<void>;
export declare function LoadImageFromFile(blob: File): Promise<HTMLImageElement>;
export declare function LoadImageFromUrl(url: string): Promise<HTMLImageElement>;
export declare function LoadImageFromMd5(md5: string): Promise<HTMLImageElement>;
//# sourceMappingURL=ImageLoader.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"ImageLoader.d.ts","sourceRoot":"","sources":["../../../../src/Loader/ImageLoader.ts"],"names":[],"mappings":"AAMA,wBAAsB,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,iBAItD;AAGD,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAc7E;AAGD,wBAAsB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAS7E;AAGD,wBAAsB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAc7E"}