UNPKG

@types/three

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