UNPKG

@types/three

Version:
14 lines (11 loc) 316 B
import NodeLibrary from "../../common/nodes/NodeLibrary.js"; /** * This version of a node library represents a basic version * just focusing on lights and tone mapping techniques. * * @private * @augments NodeLibrary */ declare class BasicNodeLibrary extends NodeLibrary { } export default BasicNodeLibrary;