WeightedMode enumeration

WeightedMode enumeration

Weighted mode.

The WeightedMode type exposes the following members:

Fields

FieldDescription
NONEBoth out and next in weights are not used.
When calculation needs tangent information, default value(0.3333) will be used.
OUT_WEIGHTOut(right) tangent is weighted.
NEXT_IN_WEIGHTNext in(left) tangent is weighted.
BOTHBoth out and next in tangents are weighted.

See Also