UNPKG

@types/three

Version:
7 lines (4 loc) 280 B
import Node from "../core/Node.js"; import { ShaderNodeObject } from "../tsl/TSLCore.js"; export const textureBicubicLevel: (textureNode: Node, lodNode: Node) => ShaderNodeObject<Node>; export const textureBicubic: (textureNode: Node, strength: Node) => ShaderNodeObject<Node>;