Getting a polygon on a screen XY location

Started by
0 comments, last by godmodder 16 years, 9 months ago
Is there an easy way to do that? (im trying to see what polygon the mouse is pointing at).
Advertisement
Hello,

You could use GetCursorPosition() and then do the drawing in 2D. That would be a very simple solution. For 3D and depth, you'd probably need to do more complex stuff.

Just a quick hint,
Jeroen

This topic is closed to new replies.

Advertisement