Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 640 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 640 Bytes

Compact .FBX parser

The .FBX is a proprietary file format used to store 3D scene data in Autodesk software. Usually, you need to include the fbx-sdk or assimp library in your project to read *.fbx files. However, often you might just want something straightforward, and that's what this code provides.

Please note that this code is only for parsing nodes and properties. Processing the scene data is up to you.

Referenced research papers for this project: