Page 2 of 2
Posted: Sun Apr 19, 2015 7:10 pm
by Kjell
Hi Rado1,
Alpha testing is supported in ES 1.1, so something else must be causing the problem.
http://www.khronos.org/opengles/sdk/1.1 ... haFunc.xml
K
Posted: Mon Apr 20, 2015 8:06 am
by Rado1
Stupid me. I forgot to use "libGLESv1_CM.so" when running on Android. The application is running now fine.
However, I observed one problem: if opengl calls are made from OnLoaded section, they are not accepted, because they run in different thread as rendering, therefore, are ignored. To make it working, I called them from OnUpdate section of AppState to be sure they are running in the same thread as rendering - see the attached project. This is a general problem of ZGE after it became multithreaded... Ville, could you do something with it?