Android: Qualcomm's QCAR (Vuforia) SDK with min3D Framework (or other 3D-Model/Animation Loader/Renderer)

前端 未结 2 1652
死守一世寂寞
死守一世寂寞 2020-12-09 23:33

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 ass

相关标签:
2条回答
  • 2020-12-09 23:59

    I did the same thing as "yogi" said. jpct-ae and qcar together are awesome. I used a single GLSurfaceView and brought the ModelView matrix and the actual video resolution from native code to Java. Then you can easily load an md2 file along with animation.

    You can watch the result here:

    http://youtu.be/chsHh0pEhzw

    0 讨论(0)
  • 2020-12-10 00:25

    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

    0 讨论(0)
提交回复
热议问题