OpenGL Rotation

后端 未结 6 1521
-上瘾入骨i
-上瘾入骨i 2021-02-14 11:33

I\'m trying to do a simple rotation in OpenGL but must be missing the point. I\'m not looking for a specific fix so much as a quick explanation or link that explains OpenGL rota

6条回答
  •  不要未来只要你来
    2021-02-14 12:00

    I'd like to recommend a book:

    3D Computer Graphics : A Mathematical Introduction with OpenGL by Samuel R. Buss

    It provides very clear explanations, and the mathematics are widely applicable to non-graphics domains. You'll also find a thorough description of orthographic projections vs. perspective transformations.

提交回复
热议问题