功能:支持切割函数

This commit is contained in:
ChenX
2023-05-08 12:01:37 +08:00
parent ee08cb516b
commit d92ad67a75
829 changed files with 6049 additions and 151 deletions

View File

@@ -0,0 +1,6 @@
import { Entity } from '../../DatabaseServices/Entity/Entity';
export declare function ExportObj(ens: Entity[]): Promise<void>;
export declare class Command_ExportObj {
exec(): Promise<void>;
}
//# sourceMappingURL=Command_ExportObj.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"Command_ExportObj.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/Obj/Command_ExportObj.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAO9D,wBAAsB,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,iBAyB5C;AAED,qBAAa,iBAAiB;IAEpB,IAAI;CAkBb"}

View File

@@ -0,0 +1,7 @@
import { Entity } from '../../DatabaseServices/Entity/Entity';
import { Command } from '../../Editor/CommandMachine';
export declare class Command_ExportObjAndMtl implements Command {
exec(): Promise<void>;
}
export declare function ExportObj(brs: Entity[]): Promise<void>;
//# sourceMappingURL=Command_ExportObjMtl.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"Command_ExportObjMtl.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/Obj/Command_ExportObjMtl.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAE9D,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAOtD,qBAAa,uBAAwB,YAAW,OAAO;IAE7C,IAAI;CAmBb;AAED,wBAAsB,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,iBA4B5C"}