QCAR-sdk 和 MD2 文件
我想知道是否可以使用 MD2 格式将动画 3D 模型加载到 Qualcomm 的 AR-SDK 中。我不会问,但它说 这里 QCAR 仅适用于 .h 文件。 另外,如果您认为我可以使用更好的格式(支持动画),请随时提出建议。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我做了“瑜伽士”所说的同样的事情。
jPCT-AE
和QCAR
一起非常棒。我使用了一个GLSurfaceView
并将ModelView
矩阵和实际视频分辨率从本机代码引入了 Java。然后您可以轻松加载MD2
文件和动画。您可以在此处观看结果:
http://youtu.be/chsHh0pEhzw
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
使用适用于 Android 的 min3d 库,可以加载 md2 文件。我还没有可以合并。 这里我曾问过一个问题。在 QCAR 论坛中,有人说,他们让它合并。
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.
经过长时间的努力,我成功地将 Jpct 库与vuforia,这是一个很长的代码,如果您提出具体问题,我会提供帮助
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