Login  Register

Re: Next Build

Posted by AGP on Jan 24, 2017; 6:38pm
URL: https://forum.jogamp.org/Next-Build-tp4037585p4037598.html

Thanks for the quick response. Now, here's a code one. Neither the following code, nor the line in the doc work. I need a GLCanvas, and both the glu and gl contexts. How do I go about getting them (the docs loop right into the Twilight Zone LOL).

        canvas = GLDrawableFactory.getFactory().createGLCanvas(glCapabilities);
        glu = canvas.getGLU();
        gl = canvas.getGL();