I would like to use Qualcomm's Augmented Reality SDK (Vuforia) with the min3D library and load animations with md2 files. How can I merge QCAR (Vuforia) with min3D? How assigning the projection and modelview matrix of QCAR (Vuforia) to min3D? So that the scene is rendered correct in min3d.glsurfaceview? Has anyone developed an example? How is your experience?
Edit: For examples and experiences with other 3rd party rendering librarys like jPCT-AE or ModelRenderer, i am also very grateful.
I did the same thing as "yogi" said.
jpct-ae
andqcar
together are awesome. I used a singleGLSurfaceView
and brought theModelView
matrix and the actual video resolution from native code to Java. Then you can easily load anmd2
file along with animation.You can watch the result here:
http://youtu.be/chsHh0pEhzw
after a long struggle i succeded to integrate Jpct library with vuforia,it's a long code ,if you still stucked ask specific questions i will help