bevy/crates/bevy_fbx
2025-07-13 00:26:42 +08:00
..
src cargo fmt --all 2025-07-13 00:26:38 +08:00
Cargo.toml taplo fmt 2025-07-13 00:26:42 +08:00
README.md Add bevy_fbx, an fbx loader based on ufbx 2025-07-13 00:25:17 +08:00

Bevy FBX Loader

This crate provides basic support for importing FBX files into Bevy using the ufbx library.

The loader converts meshes contained in an FBX scene into Bevy [Mesh] assets and groups them into a [Scene].