bevy_c3d
A .c3d asset loader plugin for the Bevy engine
Usage
- Add the crate as a dependency through:
cargo add bevy_c3d
or add it to your Cargo.toml
[]
= "0.11"
= "0.11"
The major and minor versions should match Bevy
- Add the plugin:
use *;
use *;
- Load the
.c3dfile as an asset:
A full example is available at examples/basic.rs.
Support
bevy_c3d is part of the biomech.dev family of open-source libraries. Consider supporting our work to help us contribute more to the body of biomechanics software.