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

outdatedDart 1 only

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

FBX #

THIS LIBRARY IS WORK-IN-PROGRESS. MANY FBX FILES, PARTICULARLY OLDER FBX FILES, WILL LIKELY NOT LOAD CORRECTLY YET AS I"M STILL WORKING ON THE DECODER.

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
0
pub points
17%
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