UNPKG

@types/three

Version:
9 lines (6 loc) 220 B
import Node from "../core/Node.js"; import LightingNode from "./LightingNode.js"; declare class BasicLightMapNode extends LightingNode { constructor(lightMapNode?: Node | null); } export default BasicLightMapNode;