bevy_vrm1 0.2.0

Allows you to use VRM and VRMA in Bevy
Documentation
1
2
3
4
5
6
7
8
9
pub mod cameras;
pub mod child_searcher;
pub(crate) mod vrm_animation_players;

pub mod prelude {
    pub use crate::system_param::{
        cameras::Cameras, child_searcher::ChildSearcher, vrm_animation_players::VrmaPlayer,
    };
}