2
votes
1answer
211 views

How to determine the normal vector to the plane of sight in OpenGL?

I'm working on a kind of camera orbiting function for an application and I need to know the normal vector to the plane of sight. I think it might be the same as the line of sight vector, is it? I ...