0.0.1
This commit is contained in:
8
types/Add-on/DrawLight/DrawPointLight.d.ts
vendored
Normal file
8
types/Add-on/DrawLight/DrawPointLight.d.ts
vendored
Normal 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
|
1
types/Add-on/DrawLight/DrawPointLight.d.ts.map
Normal file
1
types/Add-on/DrawLight/DrawPointLight.d.ts.map
Normal 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"}
|
6
types/Add-on/DrawLight/DrawRectAreaLight.d.ts
vendored
Normal file
6
types/Add-on/DrawLight/DrawRectAreaLight.d.ts
vendored
Normal 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
|
1
types/Add-on/DrawLight/DrawRectAreaLight.d.ts.map
Normal file
1
types/Add-on/DrawLight/DrawRectAreaLight.d.ts.map
Normal 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"}
|
11
types/Add-on/DrawLight/DrawSpotLight.d.ts
vendored
Normal file
11
types/Add-on/DrawLight/DrawSpotLight.d.ts
vendored
Normal 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
|
1
types/Add-on/DrawLight/DrawSpotLight.d.ts.map
Normal file
1
types/Add-on/DrawLight/DrawSpotLight.d.ts.map
Normal 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"}
|
Reference in New Issue
Block a user