UNPKG

fbx-parser

Version:

This parser will parse FBX text files and convert them into a JavaScript-Object structure.

7 lines (6 loc) 185 B
import { FBXData } from './shared'; /** * Returns a list of FBXNodes * @param binary the FBX binary file content */ export declare function parseBinary(binary: Uint8Array): FBXData;