Can Someone tell me how JOGL functions as far as Shaders and Mouse and Key Inputs
Posted by ElvJOGL on Feb 14, 2016; 1:37pm
URL: https://forum.jogamp.org/Can-Someone-tell-me-how-JOGL-functions-as-far-as-Shaders-and-Mouse-and-Key-Inputs-tp4036222.html
Hi,
I was wondering, like every java based program, you know we got asynchronous from keyboard, mouse, and other devices.
These help us manipulate the geometry that we want according to how one writes the code.
So far what I have seen with shader programs, the geometry are none interactive. Is possible with JOGL to write an interactive program, one where one can let says click one of the corners of a triangle, and be able to drag that corner to change the way the triangle looks?
Could you show me an example that shows these type of functions.
Thanks.