How do I prevent the lookAt from also rotating? I really don't even know where to start to look where my problem is.
Type: Posts; User: anopheles
How do I prevent the lookAt from also rotating? I really don't even know where to start to look where my problem is.
I want to rotate my "camera" around a point of interest. Currently the camera only rotates around the origin.
The standard way:
translate(-P)
rotate
translate(P)