UNPKG

@types/three

Version:
7 lines (5 loc) 264 B
import Node from "../core/Node.js"; import { NodeRepresentation, ShaderNodeObject } from "../tsl/TSLCore.js"; export const billboarding: ( args?: { position?: NodeRepresentation | null; horizontal?: boolean; vertical?: boolean }, ) => ShaderNodeObject<Node>;