pub enum FbxBindMatrixProvenance {
UfbxConvertedClusterMatrices,
}Expand description
Provenance of inverse-bind matrices projected into the source sidecar.
Variants§
UfbxConvertedClusterMatrices
ufbx converted cluster bind matrices into target coordinates, then the
loader derived bind_to_world^-1 * geometry_to_world per cluster.
Trait Implementations§
Source§impl Clone for FbxBindMatrixProvenance
impl Clone for FbxBindMatrixProvenance
Source§fn clone(&self) -> FbxBindMatrixProvenance
fn clone(&self) -> FbxBindMatrixProvenance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FbxBindMatrixProvenance
Source§impl Debug for FbxBindMatrixProvenance
impl Debug for FbxBindMatrixProvenance
impl Eq for FbxBindMatrixProvenance
Source§impl PartialEq for FbxBindMatrixProvenance
impl PartialEq for FbxBindMatrixProvenance
Source§impl Serialize for FbxBindMatrixProvenance
impl Serialize for FbxBindMatrixProvenance
impl StructuralPartialEq for FbxBindMatrixProvenance
Auto Trait Implementations§
impl Freeze for FbxBindMatrixProvenance
impl RefUnwindSafe for FbxBindMatrixProvenance
impl Send for FbxBindMatrixProvenance
impl Sync for FbxBindMatrixProvenance
impl Unpin for FbxBindMatrixProvenance
impl UnsafeUnpin for FbxBindMatrixProvenance
impl UnwindSafe for FbxBindMatrixProvenance
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