Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

About FBX binary file format

Tags:

c

opengl

I want to read FBX binary format, but I want to not use FBX sdk of Autodesk.

Please teach when someone knows that web sites of fbx binary file format.

like image 272
Shiva Avatar asked Mar 20 '26 09:03

Shiva


1 Answers

According to Wikipedia - http://en.wikipedia.org/wiki/FBX - Blender includes a Python script for export to FBX format. This is probably the closest thing you'll find for documentation of it. Sounds like a painful task of RTFS.

like image 121
R.. GitHub STOP HELPING ICE Avatar answered Mar 23 '26 02:03

R.. GitHub STOP HELPING ICE