UNPKG

@types/three

Version:
9 lines (7 loc) 249 B
import { FunctionNode, Node } from "three/webgpu"; export const RaymarchingBox: ( steps: number | Node, callback: | ((params: { positionRay: Node<"vec3"> }) => void) | FunctionNode<{ positionRay: Node<"vec3"> }>, ) => void;