Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I was wondering if it was possible to load animated 3D models into Qualcomm's AR-SDK using the MD2 format. I wouldn't ask but it says here that QCAR only works with .h files. Also if you think that there is a better format that I could use (that supports animation) feel free to suggest it.

share|improve this question

3 Answers

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

share|improve this answer

With the min3d libarary for Android it is possible to load md2-files. I have not yet can be merge. Here I had asked a question about. In QCAR Forum some say, that they have it merge.

share|improve this answer

after a long struggle i succeded to integrate Jpct library with vuforia,it's a long code ,if you ask specific questions i will help

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.