pub struct PoseGrid {
pub times: Vec<f32>,
/* private fields */
}Expand description
Model-space and local poses for every (frame, bone) of one clip.
Fields§
§times: Vec<f32>Uniform sample times, times[0] == 0, times[last] == duration.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PoseGrid
impl RefUnwindSafe for PoseGrid
impl Send for PoseGrid
impl Sync for PoseGrid
impl Unpin for PoseGrid
impl UnsafeUnpin for PoseGrid
impl UnwindSafe for PoseGrid
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more