lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
10 lines (9 loc) • 502 B
TypeScript
import PointLight from "../display/lights/PointLight";
export declare const pointLightShadowResolutionSystem: {
add: ((item: PointLight, initData?: {
step: number | undefined;
} | undefined) => false | import("@lincode/promiselikes").Cancellable) | ((item: PointLight, initData?: {
step: number | undefined;
} | undefined) => boolean);
delete: ((item: PointLight) => false | import("@lincode/promiselikes").Cancellable | undefined) | ((item: PointLight) => boolean);
};