UNPKG

@types/three

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