UNPKG

fbx-parser

Version:

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

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