Python OpenGL and PyOpenGL - s02e05 - camera system p1 - lookat function

preview_player
Показать описание
In this video we are going to implement the lookat function, which creates the view matrix.

Рекомендации по теме
Комментарии
Автор

Hey!
Your lookat function is wrong on your github
instead of rotation * translation like on the other website, you have translation * rotation.
It's hard to spot in your examples but it messes things up with mouse control.

namenloss