fbx

Crates.iofbx
lib.rsfbx
version0.2.0
sourcesrc
created_at2015-05-27 02:31:00.676877
updated_at2023-11-20 14:56:04.756611
descriptionThe fbx package allows you to read FBX files. This file format was originally developed by Kaydara for MotionBuilder. Kaydara was later acquired by Autodesk Inc.
homepagehttps://github.com/mickvangelderen/fbx
repositoryhttps://github.com/mickvangelderen/fbx
max_upload_size
id2229
size41,136
Mick van Gelderen (mickvangelderen)

documentation

https://docs.rs/fbx

README

The fbx crate allows you to read FBX files. The FBX file format specification is owned by Autodesk and closed source. This parser is largely based on the information from a blog post on blender.org.

This crate should handle FBX versions 7100 to 7500. Feel free to open up an issue if you are missing a feature or find a problem with the current implementation.

Commit count: 2

cargo fmt