Login  Register

Re: mouse handling on AWT and also NEWT

Posted by BrickFarmer on Nov 28, 2010; 8:17am
URL: https://forum.jogamp.org/mouse-handling-on-AWT-and-also-NEWT-tp1960775p1980528.html

for anyone else looking for more background on 1st person mouse etc I came across this article:

http://www.gamedev.net/reference/programming/features/javainput/

and here is what I'm using it for:

http://www.youtube.com/watch?v=70XukqCm1aQ

This is a resurrected JOGL111 project that I'm now converting to JOGL2.  The terrain rendering needs fixing yet, and multi-player character movement is broken, since A-star no longer makes sense.  But the 1st person view already makes it feel far more playable :)