UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

12 lines (8 loc) 298 B
import { Line, RectAreaLight, Color } from 'three' export class RectAreaLightHelper extends Line { readonly type: 'RectAreaLightHelper' constructor(light: RectAreaLight, color?: Color | string | number) light: RectAreaLight color: Color | string | number | undefined dispose(): void }