单点触控增强现实
我正在尝试使用此处发布的代码: http://seanho .posterous.com/monotouch-first-attempt-arkit-c-version
然而 - 当我尝试将其覆盖在相机上时 - 它的行为似乎非常奇怪。
我猜这是因为相机视图只能拍摄肖像?
有人成功使用过这个吗?或者也许知道如何让它发挥作用?
干杯
w://
I'm trying to use the code posted here: http://seanho.posterous.com/monotouch-first-attempt-arkit-c-version
however - when i try to overlay it on a camera - it seems to behave really strangely.
I'm guess that it's because the camera view only does portrait?
Has anyone succesfully used this? Or maybe know's how to get this working?
Cheers
w://
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您链接到的博客条目上的代码是从开源 iPhone ARKit 移植的: http://www.iphonear.org/
iPhone ARKit 在此端口发布后进行了更新(引用作者“我的代码版本可能已过时”)。您可能需要检查 github 上的源代码以获取任何更改/修复。
The code on the blog entry you linked to is ported from the open source iPhone ARKit: http://www.iphonear.org/
iPhone ARKit was updated after this port was posted (to quote the author "My version of code may be outdated"). You may want to examine the source on github to pick up any changes/fixes.