IKRig.Constraint.IKOrientationDemand.Mode.additiveLookAt(targetAxis:)
A mode which computes the rotation target as additive look-at.
Declaration
case additiveLookAt(targetAxis: SIMD3<Float>)Parameters
- targetAxis:
The unit vector from the joint to the look-at target defined in the local space of the constrained joint.
Demand target
- Source
The model space orientation of the constrained joint from the FK demands pose.
- Target
The model space orientation aligning the associated
targetAxiswith the direction from the current model space joint position to lookAtTargetPosition.- Delta
The rotation difference between
SourceandTarget.
The rotation weight of animationOverrideWeight determines how much of the Delta is added to the Source.