UNPKG

three

Version:

JavaScript 3D library

14 lines (9 loc) 245 B
import { FloatNode } from '../inputs/FloatNode'; import { Node } from '../core/Node'; export class MaxMIPLevelNode extends FloatNode { constructor( texture: Node ); texture: Node; maxMIPLevel: number; nodeType: string; value: number; }