UNPKG

@types/three

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