I am developing an Android application for Android 2.1.
I am trying to encode OpenGL objects only with C ++.
Do you know a tutorial or article showing an example on how to do this?
UPDATE :
Sorry, I forgot to say that I will use the home Java application to start the main action.
I am trying to say whether I should encode Java glSurfaceView, or this operator should be in C ++ code.
Ok, better explained: if I have full openGl in C ++, can I change the code in C ++?
Thanks.
c ++ android opengl-es
Vansfannel
source share