jogamp
›
jogl
Login
Register
Re: Next Build
Posted by
gouessej
on
Jan 25, 2017; 9:13am
URL:
https://forum.jogamp.org/Next-Build-tp4037585p4037599.html
Which doc? Our Java API documentation is available here:
http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/
You can create a GLCanvas without using a factory with this method:
http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/opengl/awt/GLCanvas.html#GLCanvas(com.jogamp.opengl.GLCapabilitiesImmutable)
You can create a GLU instance by calling GLU.createGLU(GL), typically in GLEventListener.init(GLAutoDrawable).
I advise you to read carefully the documentation of
this method
.
Julien Gouesse |
Personal blog
|
Website
Free forum by Nabble
Edit this page