bevy_vrm1 0.7.1

Allows you to use VRM and VRMA in Bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod cameras;
mod child_searcher;
mod parent_searcher;
mod vrm_animation;

pub mod prelude {
    pub use crate::system_param::{
        cameras::Cameras, child_searcher::ChildSearcher, parent_searcher::ParentSearcher,
        vrm_animation::VrmAnimation,
    };
}