UNPKG

@gltf-transform/core

Version:

glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.

5 lines (4 loc) 260 B
import { type bbox } from '../constants.js'; import type { Node, Scene } from '../properties/index.js'; /** @hidden Implemented in /core for use by /extensions, publicly exported from /functions. */ export declare function getBounds(node: Node | Scene): bbox;