Hi all,
I'm having some problems with free mouse picking. You can imagine that is how you pick you units in RTS games, you can pick whatever you see on the screen.
As my understanding, I should create a Ray which starts at cursor position and goes thru the screen. But how would I do that? Any suggestions :)?
See DisplaySystem's method, getPickRay(Vector2f, boolean, Ray).
renanse said:
See DisplaySystem's method, getPickRay(Vector2f, boolean, Ray).
Wow, thanks for the fast reply ! I got it works :D