UNPKG
babylonjs-fbx-loader
Version:
latest (1.1.0)
1.1.0
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
An FBX loader for BABYLONJS
github.com/Benjythebee/babylonjs-fbx-loader
babylonjs-fbx-loader
/
dist
/
augmentations
/
parse-binary.d.ts
6 lines
(5 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Returns a list of FBXNodes * @param binary the FBX binary file content */
export
declare
function
parseBinary(
binary
:
any
):
any
;