"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

ImageTarget sample not showing models using OpenGL ES 1.1

I tried to switch the ImageTarget sample to OpenGL ES 1.1 by changing the USE_OPENGL_ES_1_1  flag to true , but after I tested it , the model didn't showed up even after I pointed the camera to tracker image. why is that? 

oh and I changed #ifdef USE_OPENGL_ES_2_0 with #ifndef USE_OPENGL_ES_1_1 because I don't see any USE_OPENGL_ES_2_0 flag in the mk file.

 

what is the difference between using 1.1 and 2.0 anyway?

AlessandroB

Fri, 11/30/2012 - 11:05

Hi, two quick checks:

- have you rebuilt with ndk-build after modifying the mk file ?

- have you "refreshed" your Java project in Eclipse after building with ndk-build ? (if you don;t refresh it will not pick up your changes in native/mk)