@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
8 lines • 314 B
TypeScript
/**
*
* @param {Light} component
* @param {ThreeLightCache} cache
* @returns {DirectionalLight|SpotLight|PointLight|AmbientLight}
*/
export function threeMakeLight(component: Light, cache: ThreeLightCache): DirectionalLight | SpotLight | PointLight | AmbientLight;
//# sourceMappingURL=threeMakeLight.d.ts.map