PowerIK::EffectorSmoothingSettings Struct

struct POWERIK_LIB_API EffectorSmoothingSettings

The settings used control the position and rotation smoothing of effectors.

bool SmoothPositionOverTime

If true, the position of the effector will be smoothed over time.

float MaxPositionSpeed

Maximum speed an effector can move in centimeters per second.

float MaxPositionDistance

Maximum distance an effector can be from it's input position in centimeters.

bool SmoothRotationOverTime

If true, the rotation of the effector will be smoothed over time.

float MaxDegreesSpeed

Maximum speed an effector can rotate in degrees per second.

float MaxDegreesDistance

Maximum distance an effector angle can be from it's input rotation in degrees.