hello,
is there a guide on how to port classic jogl apps to this new jogamp jogl ? for example i am missing definitions such as GL.GL_TEXTURE_3D and GL.GL_TEXTURE_RECTANGLE_ARB in the jogl.all.jar thanks! |
the simplest way to port a jogl 1.1.1 application is to use the GL2 profile. It contains all you asked for: http://jogamp.org/deployment/jogl-next/javadoc_public/javax/media/opengl/GL2.html more about profiles (post not up2date, GL4 is missing): http://michael-bien.com/mbien/entry/jogl_2_opengl_profiles_explained for large codebases you might consider jackpot: http://michael-bien.com/mbien/entry/you_have_won_the_jackpot regards, michael On 06/15/2010 09:10 PM, jeff [via jogamp] wrote: hello, |
Administrator
|
On Tuesday, June 15, 2010 21:24:10 Michael Bien [via jogamp] wrote:
> > Hi Jeff, > > the simplest way to port a jogl 1.1.1 application is to use the GL2 profile. > > It contains all you asked for: > http://jogamp.org/deployment/jogl-next/javadoc_public/javax/media/opengl/GL2.html > > more about profiles (post not up2date, GL4 is missing): > http://michael-bien.com/mbien/entry/jogl_2_opengl_profiles_explained > .. the updated version, FYI. > for large codebases you might consider jackpot: > http://michael-bien.com/mbien/entry/you_have_won_the_jackpot > > regards, > michael > > On 06/15/2010 09:10 PM, jeff [via jogamp] wrote: > > hello, > > is there a guide on how to port classic jogl apps to this new jogamp > > jogl ? > > for example i am missing definitions such as > > GL.GL_TEXTURE_3D > > and > > GL.GL_TEXTURE_RECTANGLE_ARB > > in the jogl.all.jar > > > > thanks! > > > > ------------------------------------------------------------------------ > > View message @ > > http://jogamp.762907.n3.nabble.com/porting-old-jogl-to-new-jogl-stuff-tp898062p898062.html > > > > To start a new topic under jogamp, email > > [hidden email] > > To unsubscribe from jogamp, click here > > < (link removed) ==>. > > > > > > > ______________________________________ > View message @ http://jogamp.762907.n3.nabble.com/porting-old-jogl-to-new-jogl-stuff-tp898062p898108.html > To start a new topic under jogamp, email [hidden email] > To unsubscribe from jogamp, click http://jogamp.762907.n3.nabble.com/subscriptions/Unsubscribe.jtp?code=c2dvdGhlbEBqYXVzb2Z0LmNvbXw3NjI5MDd8MzkxNDI4MzU5 > -- health & wealth mailto:[hidden email] ; http://jausoft.com land : +49 (471) 4707742 ; cell: +49 (151) 28145941 Timezone CET: PST+9, EST+6, UTC+1 |
Free forum by Nabble | Edit this page |