How to apply the projection and modelview matrixs of QCAR (Vuforia) to min3D scene

不想你离开。 提交于 2019-12-04 16:37:37

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

mrYogi

I tried the same but I did not succeed as the movdelview matrix that Min3d accepts is different from what Vuforia gives, so I used jpct-ae instead and now I am able to load even animated Md2 models. Try Jpct and if you face problem ask.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!