WeightedMode

WeightedMode

Overview

WeightedMode is a class in Aspose.3D FOSS for Java.

WeightedMode specifies which tangent weights Aspose.3D uses when calculating keyframe interpolation: NONE uses no tangent weighting (a default of 0.3333 applies), OUT_WEIGHT weights the outgoing tangent, NEXT_IN_WEIGHT weights the next key’s incoming tangent, and BOTH weights both.

This class provides 1 method for working with WeightedMode objects in Java programs. Available methods include: WeightedMode. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: BOTH, NEXT_IN_WEIGHT, NONE, OUT_WEIGHT.

Properties

NameTypeAccessDescription
NONEintReadBoth out and next in weights are not used.
OUT_WEIGHTintReadOut(right) tangent is weighted.
NEXT_IN_WEIGHTintReadNext in(left) tangent is weighted.
BOTHintReadBoth out and next in tangents are weighted.

Methods

SignatureDescription
WeightedMode()Calls WeightedMode on this WeightedMode instance.

See Also

 English