Community ProtoFlux Library/AmasterAmaster/Math/Rotation/Smooth Additive Rotation
From Resonite Wiki
Smooth Additive Rotation
Amaster's Math Library
The Smooth Additive Rotation node takes in a rotation, an axis, the rotation and smoothing speed, then the node returns the new rotation that has been smoothed, effectively transitioning between the old and new rotation values.
Inputs
Rotation (floatQ)
The rotation to use.
Axis (float3)
The angle this rotation is rotating on.
RotationSpeed (float)
The speed of which this rotation should be spinning at.
SmoothingSpeed (float)
The amount to smoothly transition the rotation by.
Outputs
* (floatQ)
Returns the new smoothed out rotation.