UNPKG

babylonjs-fbx-loader

Version:
6 lines (5 loc) 143 B
/** * Returns a list of FBXNodes * @param binary the FBX binary file content */ export declare function parseBinary(binary: any): any;