Enum WeightedMode

WeightedMode enumeration

Weighted mode.

[Flags]
public enum WeightedMode

Values

NameValueDescription
None0Both out and next in weights are not used. When calculation needs tangent information, default value(0.3333) will be used.
OutWeight1Out(right) tangent is weighted.
NextInWeight2Next in(left) tangent is weighted.
Both3Both out and next in tangents are weighted.

See Also