I wanna use a rendering engine with QCAR (vuforia) to build an AR app. Is it possible to incorporate a rendering engine which uses OpenGL ES 1.1 with QCAR?
I QCAR is using opengl 2.0 for sample applications.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
QCAR supports both 1.x and 2.0 but by default 2.0 is enable. If your rendering engine only supports 1.x you can easily tweak QCAR to use 1.x by changing this:
to TRUE in Android.mk file which is located under JNI folder. I assume that you are using QCAR for Android but for iOS the steps are pretty much the same.