与主干版本同步

This commit is contained in:
ChenX
2023-05-08 10:53:13 +08:00
parent 8e481e821c
commit ee08cb516b
1748 changed files with 15504 additions and 13758 deletions

View File

@@ -1,8 +0,0 @@
import { Command } from '../../Editor/CommandMachine';
export declare class DrawPointLight implements Command {
exec(): Promise<void>;
}
export declare class DrawPointLight2 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;AAGtD,qBAAa,cAAe,YAAW,OAAO;IAEpC,IAAI;CA6Bb;AACD,qBAAa,eAAgB,YAAW,OAAO;IAErC,IAAI;CAeb"}

View File

@@ -1,6 +0,0 @@
import { Command } from "../../Editor/CommandMachine";
export declare class DrawRectAreaLight implements Command {
exec(): Promise<void>;
private UpdateLight;
}
//# 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":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAMtD,qBAAa,iBAAkB,YAAW,OAAO;IAEvC,IAAI;IAsBV,OAAO,CAAC,WAAW;CAqBtB"}

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;AAEhC,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAKtD,qBAAa,aAAc,YAAW,OAAO;IAEnC,IAAI;CA0Bb;AACD,qBAAa,cAAe,YAAW,OAAO;IAEpC,IAAI;IAeV,MAAM,CAAC,KAAK,EAAE,SAAS,EAAE,CAAC,EAAE,OAAO;CAYtC"}