修复:并集错误

This commit is contained in:
ChenX
2023-09-15 17:14:55 +08:00
parent a11f502f9a
commit c81cda5cb5
2115 changed files with 297 additions and 22774 deletions

View File

@@ -1,5 +0,0 @@
import { Command } from "../../Editor/CommandMachine";
export declare class BatchModifyLights implements Command {
exec(): Promise<void>;
}
//# sourceMappingURL=BatchModifyLights.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"BatchModifyLights.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/DrawLight/BatchModifyLights.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAQtD,qBAAa,iBAAkB,YAAW,OAAO;IAEvC,IAAI;CA6Fb"}

View File

@@ -1,5 +0,0 @@
import { Command } from '../../Editor/CommandMachine';
export declare class DrawPointLight implements Command {
exec(): Promise<void>;
}
//# sourceMappingURL=DrawPointLight.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"DrawPointLight.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/DrawLight/DrawPointLight.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAStD,qBAAa,cAAe,YAAW,OAAO;IAEpC,IAAI;CAmDb"}

View File

@@ -1,5 +0,0 @@
import { Command } from "../../Editor/CommandMachine";
export declare class DrawRectAreaLight implements Command {
exec(): Promise<void>;
}
//# sourceMappingURL=DrawRectAreaLight.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"DrawRectAreaLight.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/DrawLight/DrawRectAreaLight.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAUtD,qBAAa,iBAAkB,YAAW,OAAO;IAEvC,IAAI;CA+Cb"}

View File

@@ -1,11 +0,0 @@
import { Vector3 } from "three";
import { SpotLight } from "../../DatabaseServices/Lights/SpotLight";
import { Command } from "../../Editor/CommandMachine";
export declare class DrawSpotLight implements Command {
exec(): Promise<void>;
}
export declare class DrawSpotLight2 implements Command {
exec(): Promise<void>;
update(light: SpotLight, p: Vector3): void;
}
//# sourceMappingURL=DrawSpotLight.d.ts.map

View File

@@ -1 +0,0 @@
{"version":3,"file":"DrawSpotLight.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/DrawLight/DrawSpotLight.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAGhC,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAStD,qBAAa,aAAc,YAAW,OAAO;IAEnC,IAAI;CAgEb;AACD,qBAAa,cAAe,YAAW,OAAO;IAEpC,IAAI;IA+CV,MAAM,CAAC,KAAK,EAAE,SAAS,EAAE,CAAC,EAAE,OAAO;CAKtC"}