ImJsaw / fbx

C++ Library for reading and writing FBX files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Library for reading and writing FBX files

This library allows you to read and write fbx files.

It currently supports full fbx binary format. It works even with larger files.

Also includes fbxdump which allows you to inspect fbx files in json format.

References

FBX format description

FBX file structure

Javascript port

fbx.js

About

C++ Library for reading and writing FBX files

License:MIT License


Languages

Language:C++ 98.5%Language:CMake 1.5%