awsm-renderer 0.1.7

awsm-renderer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod animations;
mod clip;
mod data;
mod error;
mod interpolate;
mod player;
mod sampler;

pub use animations::{AnimationKey, AnimationMorphKey, Animations};
pub use clip::AnimationClip;
pub use data::{Animatable, AnimationData, TransformAnimation, VertexAnimation};
pub use error::AwsmAnimationError;
pub use player::{AnimationPlayer, AnimationState};
pub use sampler::AnimationSampler;