pub struct LimitBoneWeights {
pub enable: bool,
pub max_weights: i32,
}Expand description
Arguments for limit_bone_weights post-process step.
Fields§
§enable: boolWhether to enable the step. Default: false
max_weights: i32Maximum number of bones that affect a single vertex. Default: 4
Trait Implementations§
Source§impl Default for LimitBoneWeights
impl Default for LimitBoneWeights
Source§fn default() -> LimitBoneWeights
fn default() -> LimitBoneWeights
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LimitBoneWeights
impl RefUnwindSafe for LimitBoneWeights
impl Send for LimitBoneWeights
impl Sync for LimitBoneWeights
impl Unpin for LimitBoneWeights
impl UnwindSafe for LimitBoneWeights
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