Published
- 1 min read
partially rotate quaternion unity
The solution for this is noted below
partially rotate quaternion unity
Solution
//percentage is 0.0f-1.0f
partialRotation = Quaternion.Lerp(Quaternion.identity, quaternion1, percentage);
Try other methods by searching on the site. That is if this doesn’t work