jogamp
›
jogl
Login
Register
Re: Steps to build Android Demo Application with JOGL
Posted by
gouessej
on
Nov 07, 2014; 5:46pm
URL:
https://forum.jogamp.org/Steps-to-build-Android-Demo-Application-with-JOGL-tp4033491p4033512.html
I advise you to look at this document to understand how things work, ES, etc...:
http://jogamp.org/jogl/doc/Overview-OpenGL-Evolution-And-JOGL.html
There is some kind of fixed pipeline emulation that you can use to make your code work with both GL2 and GL2ES2, look at
com.jogamp.opengl.util.glsl.fixedfunc.FixedFuncUtil
and there is at least one demo using it in jogl-demos.
I'm happy to see that you've made some progress.
Julien Gouesse |
Personal blog
|
Website
Free forum by Nabble
Edit this page