The '''AvatarPoseSmoothLerp''' component changes the smoothing speed of the position and rotation of a [[Type:BodyNode|BodyNode]].
<!--T:2-->
== Intoduction ==
<!--T:3-->
<!--T:3-->
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|PositionSmoothSpeed|Float|
|PositionSmoothSpeed|Float| how fast the body node should move. Lower values mean slower speed.
|RotationSmoothSpeed|Float|
|RotationSmoothSpeed|Float| how fast the body node should rotate. Lower values mean slower speed.
}}
}}
<!--T:4-->
<!--T:4-->
== Behavior ==
== Usage ==
On the BodyNode this Pose Filter is assigned to, this component will be able to change the smoothing speed of the position and rotation of that BodyNode.
For use with a [[Component:AvatarAnchor]] or a tooltip to smooth the hand movement.