UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

3 lines (2 loc) 264 B
import PointLight from "../../display/lights/PointLight"; export declare const requestPointLight: (params: [], paramString?: string, context?: void) => PointLight, releasePointLight: (object: PointLight | null | undefined) => void, disposePointLights: () => void;