I successfully integrated vuforia and jpct-ae. I can download .obj model with its .Mtl file and texture file, and load it using jpct-ae loader on marker detection. 3D model is displayed very well over image target but without Texture (Material is fine). On digging more I found out that in when I declare texture in my Renderer class it takes as JPCT-ae Texture but when i do it in my Main Activity class it take Texture as Vuforia texture. I tried to Explicitly Include Jpct-ae Texture.h in Main activity but then QCAR won't initialize. without Declaring Texture in main activity I don't know how to change/update new texture (downloaded image) in real time.
Basically I need to update texture dynamically uing newly downloaded image.
Can anybody suggest me any how can i solve this problem? Any help or suggestion is appreciated.
Thanks