pub enum FbxCreaseKind {
Edge,
Vertex,
}Available on crate features
fbx-reader or fbx-writer only.Expand description
Which domain a FbxCreaseLayer sharpens.
Variants§
Edge
LayerElementEdgeCrease, one weight per entry in
FbxMeshInstance::edges.
Vertex
LayerElementVertexCrease, one weight per control point.
Trait Implementations§
Source§impl Clone for FbxCreaseKind
impl Clone for FbxCreaseKind
Source§fn clone(&self) -> FbxCreaseKind
fn clone(&self) -> FbxCreaseKind
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 FbxCreaseKind
Source§impl Debug for FbxCreaseKind
impl Debug for FbxCreaseKind
impl Eq for FbxCreaseKind
Source§impl PartialEq for FbxCreaseKind
impl PartialEq for FbxCreaseKind
impl StructuralPartialEq for FbxCreaseKind
Auto Trait Implementations§
impl Freeze for FbxCreaseKind
impl RefUnwindSafe for FbxCreaseKind
impl Send for FbxCreaseKind
impl Sync for FbxCreaseKind
impl Unpin for FbxCreaseKind
impl UnsafeUnpin for FbxCreaseKind
impl UnwindSafe for FbxCreaseKind
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