pub type FbxBinormalSet = FbxTangentSet;Available on crate features
fbx-reader or fbx-writer only.Expand description
A preserved FBX LayerElementBinormal.
Structurally identical to a tangent set, and always written alongside one: no corpus file carries either alone.
Aliased Type§
pub struct FbxBinormalSet {
pub layer: FbxLayerSet<4>,
pub has_handedness: bool,
}Fields§
§layer: FbxLayerSet<4>Tangent vectors, with the handedness sign in w.
has_handedness: boolWhether the source carried an explicit handedness array.
When it did not, w was defaulted to +1.0. The writer emits the
sibling array only when this is set, so a document that had no
handedness does not gain one by being rewritten.