Struct amethyst_renderer::JointTransforms [−][src]
Transform storage for the skin, should be attached to all mesh entities that use a skin
Fields
skin: Entity
Skin entity
matrices: Vec<[[f32; 4]; 4]>
The current joint matrices
Trait Implementations
impl Debug for JointTransforms[src]
impl Debug for JointTransformsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for JointTransforms[src]
impl Clone for JointTransformsfn clone(&self) -> JointTransforms[src]
fn clone(&self) -> JointTransformsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Component for JointTransforms[src]
impl Component for JointTransformstype Storage = FlaggedStorage<Self, DenseVecStorage<Self>>
Associated storage type for this component.
Auto Trait Implementations
impl Send for JointTransforms
impl Send for JointTransformsimpl Sync for JointTransforms
impl Sync for JointTransforms