The thing is... a 2D pixel on screen is essentially a line segment in 3D
(contained within the view frustum). After manipulating this line with a
rotation matrix, this would most likely become a line in 2D space too.

Are you interested in the closest intersection with an object instead? That
might not always return a valid result if there's no object intersecting.

​
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to