UNPKG

@types/three

Version:
6 lines (4 loc) 281 B
import Node from "../core/Node.js"; import { NodeRepresentation, ShaderNodeObject } from "../tsl/TSLCore.js"; export const directionToColor: (node: NodeRepresentation) => ShaderNodeObject<Node>; export const colorToDirection: (node: NodeRepresentation) => ShaderNodeObject<Node>;