Re: Distortion Along y axis
Posted by
gouessej on
Oct 11, 2016; 9:11am
URL: https://forum.jogamp.org/Distortion-Along-y-axis-tp4037298p4037306.html
You can find some examples using NEWT here:
http://jogamp.org/jogl/doc/NEWT-Overview.htmlThere are tons of tutorials in our wiki:
http://jogamp.org/wiki/index.php/Jogl_TutorialIn my humble opinion, start from a working example and add your changes into it incrementally, step by step. You have to understand what you do if you want to be able to maintain your own code on the long term.