更新代码

This commit is contained in:
ChenX
2024-08-14 17:08:00 +08:00
parent cad3b381d9
commit 53ec26cde9
2066 changed files with 33913 additions and 5836 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"}