Hello,

I have multiple quaternions, each of which is slerped from a default quaternion by some weight.

How can i combine all the resulting slerped quaternions?

Thanks

Figured it out....just need to multiply the quaternions together.