0.0.1
This commit is contained in:
7
types/Loader/FBXLoader.d.ts
vendored
Normal file
7
types/Loader/FBXLoader.d.ts
vendored
Normal 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
|
1
types/Loader/FBXLoader.d.ts.map
Normal file
1
types/Loader/FBXLoader.d.ts.map
Normal 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
5
types/Loader/ImageLoader.d.ts
vendored
Normal 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
|
1
types/Loader/ImageLoader.d.ts.map
Normal file
1
types/Loader/ImageLoader.d.ts.map
Normal 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"}
|
Reference in New Issue
Block a user