fbx 0.2.0 copy "fbx: ^0.2.0" to clipboard
fbx: ^0.2.0 copied to clipboard

An opensource decoder for the FBX 3d geometry and animation format.

FBX #

This library is experimental. Some FBX files, particularly older fbx files, may not load correctly. No guarantee is provided as FBX is a closed proprietary format.

Introduction #

A parser for .FBX format in Dart. An FBX file supports geometry and animation that can be exported from many common 3d animation programs. This supports ASCII and Binary FBX files, and has very limited testing with the 2014 version of the FBX format so far.

Background #

FBX (Filmbox) is a proprietary file format (.fbx) developed by Autodesk. It is used to provide interoperability between digital content creation applications. It provides support for 3D geometry, animation curves, and basic deformations such as skinning and blend shapes.

Example #

FBX Viewer

Limitations #

FBX is a closed format, so while this library does it's best to interpret the data in an FBX file, I cannot guarantee that it will read all FBX files, or all data within FBX files.

3
likes
15
pub points
6%
popularity

Publisher

unverified uploader

An opensource decoder for the FBX 3d geometry and animation format.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

archive, vector_math

More

Packages that depend on fbx