“Average” of multiple quaternions?

前端 未结 13 1666
执念已碎
执念已碎 2020-12-12 17:31

I\'m trying to make the switch from matrices to quaternions for skeletal animation in my OpenGL program, but I\'ve encountered a problem:

Given a number of unit quat

13条回答
  •  一向
    一向 (楼主)
    2020-12-12 17:51

    Check here for my solution to weighted averaging as well as Lp median of quaternions.

提交回复
热议问题