Calculate smooth head rotation toward target
Uses linear interpolation (lerp) for smooth head turning. Each Euler angle component is interpolated independently.
Current head rotation
Position to look at
Current head position in world space
Smoothing factor (0-1, lower = smoother)
New head rotation
부드러운머리회전계산
Calculate smooth head rotation toward target
Uses linear interpolation (lerp) for smooth head turning. Each Euler angle component is interpolated independently.