Matrix multiplication is not commutative. What is the work around or solution?

后端 未结 3 1504
一个人的身影
一个人的身影 2021-01-29 09:52

I basically have this problem:

Generic Simple 3D Matrix Rotation Issue

and it is driving me mad. I have been on Google for hours but cannot find any posts about

3条回答
  •  粉色の甜心
    2021-01-29 10:14

    Thanks for all your help. I have found the answer here:

    http://www.learnopengles.com/tag/rotation/

    The solution is: "One easy way to work around this problem is to keep a second matrix around that will store all of the accumulated rotations." :-)

提交回复
热议问题