Re: Missing Plumbing
Posted by Wade Walker on Jan 18, 2015; 8:42pm
URL: https://forum.jogamp.org/Missing-Plumbing-tp4033876p4033883.html
Hi Tom,
You describe probably the most common problem with OpenGL programming, on any platform -- you write a bunch of code that looks right to you, but the output is black :) My advice to you would be to start from a "known good" working program and gradually modify it, rather than trying to write the code from scratch, at least until you are confident in how to use OpenGL. There are just too many things that could be wrong with your code, and it's very hard to debug just by looking at it.
Good luck!