About the FBX file format
Autodesk Filmbox
FBX carries complete scenes: meshes, materials, embedded textures, skeletons, and keyframe animation. It is the lingua franca between DCC tools like Maya, 3ds Max, and Blender and game engines like Unity and Unreal.
FBX is a proprietary format with binary and ASCII variants. Modern binary FBX (version 7.x, 2011 and newer) is what browsers can parse.
Format reference: Autodesk FBX documentationStrengths
- Full scene, rig, and animation support
- Standard in game development pipelines
- Embedded textures and materials
Commonly used for
- Game engine asset import
- Character animation exchange
- DCC tool interoperability

