"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

moving 3d object on camera convention is good with unity? or android (Java) or C++

Hi,

   I want to developed an app in which I should move the 3d object on camera but I am confused how can I do this. I am android developer with and java. Do I need to use unity or c++ or I need to use java and C++. Is it possible can I use only java ? if opengl es so which language I have to use with opengl es I do not have any experience  in opengl es. Please kindly give me answer as I have posted multiple questions but I do not get response vuforia staff is not reaaly helpful about this. thanks

AlessandroB

Fri, 06/24/2016 - 06:56

If you want to develop an Android app natively, you can use Java and OpenGL, as the Android SDK provides a complete Java API for OpenGL ES;  you don't have to use C++ (although you can),  see here:

https://developer.android.com/guide/topics/graphics/opengl.html