I want to read the FBX binary format, but I do not want to use the FBX sdk for Autodesk.
Please teach when someone knows that websites are in fbx binary file format.
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 will find to document it. Sounds like a painful RTFS task.
Currently, the FBX binary format is not documented.
I'm currently working on a loader, although based on the work, assimpboth parsers are roughly equivalent.
assimp
https://github.com/ideasman42/pyfbx_i42/https://github.com/ideasman42/pyfbx_i42/blob/master/pyfbx/parse_bin.py p >
https://github.com/assimp/assimp/https://github.com/assimp/assimp/blob/master/code/FBXBinaryTokenizer.cpp p >
pyfbx, Python3 ++, fbx2json.
pyfbx
fbx2json
, , - XML/JSON ( ), . , , .., .
Source: https://habr.com/ru/post/1752830/More articles:What Flash / ActionScript IDE to use - if at all? - actionscriptFailed to access session state from class? - vb.netInitialization of a static final variable - javaDebugging namespace extensions with Visual Studio - debuggingMySql Join Boolean Presentation Table - performanceКакие преимущества делает соединение с .NET в SQL Server с точки зрения ORM? - c#Why is my Core Graphics triangle upside down when I draw it? - iphoneWhat are the standard options for creating installation packages for your software application? - javaEJB 3.1 in a war package in WEB-INF / classes - javax.ejb.CreateException: Failed to create a stalled EJB - javaCDI with ejb 3.1, glass veil welding machine v3.0.1 - java-eeAll Articles