UNPKG

three

Version:

JavaScript 3D library

15 lines (10 loc) 274 B
import { PerspectiveCamera } from './../cameras/PerspectiveCamera'; import { LightShadow } from './LightShadow'; export class SpotLightShadow extends LightShadow { camera: PerspectiveCamera; readonly isSpotLightShadow: true; /** * @default 1 */ focus: number; }