This commit is contained in:
xiefan
2020-09-24 11:04:12 +08:00
commit b654ca8c7f
1633 changed files with 86830 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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

@@ -0,0 +1 @@
{"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

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

View File

@@ -0,0 +1 @@
{"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

@@ -0,0 +1,11 @@
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

@@ -0,0 +1 @@
{"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"}