提供拆单获取走刀接口

This commit is contained in:
Zoe
2021-02-22 14:13:27 +08:00
parent bd028ffe36
commit 979b280044
264 changed files with 2924 additions and 830 deletions

View 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

View 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"}

View File

@@ -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"}

View File

@@ -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

View File

@@ -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"}