Re: Can Someone tell me how JOGL functions as far as Shaders and Mouse and Key Inputs
Posted by
jmaasing on
Feb 14, 2016; 3:20pm
URL: https://forum.jogamp.org/Can-Someone-tell-me-how-JOGL-functions-as-far-as-Shaders-and-Mouse-and-Key-Inputs-tp4036222p4036223.html
This tutorial is what I used when learning modern OpenGL
http://web.archive.org/web/20140209181347/http://www.arcsynthesis.org/gltut/I use the NEWT API in jogl to capture mouse events. THen I have to do some maths to get from mouse coordinates to the coordinate system the mesh is defined in, then you can modify the mesh.
So you can look at the JOGL examples also, they have a lot of useful code you can use to listen to mouse event et c.