UNPKG

@types/three

Version:
7 lines (5 loc) 183 B
import { Texture } from "../../textures/Texture.js"; import { SpotLight } from "../SpotLight.js"; export default class IESSpotLight extends SpotLight { iesMap: Texture | null; }