提供拆单获取走刀接口
This commit is contained in:
9
types/Add-on/testEntity/ParseMaterialImage.d.ts
vendored
Normal file
9
types/Add-on/testEntity/ParseMaterialImage.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { MeshPhongMaterial, Texture, MeshPhysicalMaterial } from "three";
|
||||
import { FBXLoader } from "three/examples/jsm/loaders/FBXLoader";
|
||||
import 'three/examples/jsm/libs/inflate.module.min.js';
|
||||
export declare const UE_RES_URL = "https://cf.qcad.cc:25111/ue/";
|
||||
export declare const UE_FBX_LOADER: FBXLoader;
|
||||
export declare function ParseMaterialImages(url: string): Promise<Map<string, HTMLImageElement>>;
|
||||
export declare function ParseFBXUrl(url: string): string;
|
||||
export declare function ConverMaterial(m: MeshPhongMaterial, exr: Texture, imgMap: Map<string, HTMLImageElement>): MeshPhysicalMaterial;
|
||||
//# sourceMappingURL=ParseMaterialImage.d.ts.map
|
1
types/Add-on/testEntity/ParseMaterialImage.d.ts.map
Normal file
1
types/Add-on/testEntity/ParseMaterialImage.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"ParseMaterialImage.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/testEntity/ParseMaterialImage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,OAAO,EAAE,oBAAoB,EAAgD,MAAM,OAAO,CAAC;AACvH,OAAO,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AAEjE,OAAO,+CAA+C,CAAC;AACvD,eAAO,MAAM,UAAU,iCAAiC,CAAC;AACzD,eAAO,MAAM,aAAa,WAAsC,CAAC;AAEjE,wBAAsB,mBAAmB,CAAC,GAAG,EAAE,MAAM,0CAcpD;AAED,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAK/C;AAED,wBAAgB,cAAc,CAAC,CAAC,EAAE,iBAAiB,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,wBAuBvG"}
|
@@ -1 +1 @@
|
||||
{"version":3,"file":"TestBoundaryBox.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/testEntity/TestBoundaryBox.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAItD,qBAAa,uBAAwB,YAAW,OAAO;IAE7C,IAAI;CAkBb"}
|
||||
{"version":3,"file":"TestBoundaryBox.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/testEntity/TestBoundaryBox.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAItD,qBAAa,uBAAwB,YAAW,OAAO;IAE7C,IAAI;CAab"}
|
1
types/Add-on/testEntity/test.d.ts
vendored
1
types/Add-on/testEntity/test.d.ts
vendored
@@ -1,6 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class Test implements Command {
|
||||
exec(): Promise<void>;
|
||||
private AllM0;
|
||||
}
|
||||
//# sourceMappingURL=test.d.ts.map
|
@@ -1 +1 @@
|
||||
{"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/testEntity/test.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAMtD,qBACa,IAAK,YAAW,OAAO;IAE1B,IAAI;YAaI,KAAK;CAatB"}
|
||||
{"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/testEntity/test.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAQtD,qBACa,IAAK,YAAW,OAAO;IAE1B,IAAI;CA6Bb"}
|
Reference in New Issue
Block a user