如果我渲染基于现实的 3D 模型而不是渲染相机视图,它会被称为增强现实吗?
我开发了一个应用程序,现在我想知道我的工作是否可以被视为增强现实:
我不是在相机预览上重叠某些内容,而是在手机上构建和渲染 3D 建筑物。这些模型与一些真实的建筑物相同(或相似)。我使用 GPS 和陀螺仪来确定玩家的位置和航向,这样我就可以渲染指定方向的动画,使图像“看起来像”手机摄像头捕获的图像。
然后我就可以进行一些与现实世界相关的游戏。例如,我可以为修复后的雅典遗址制作 3D 模型。当您前往雅典并将手机指向废墟时,您会在屏幕上看到其原始状态。早期演示视频:http://youtu.be/YIX3oZi1O_o
我可以将我的应用程序定义为一种增强现实吗游戏,根据增强现实的一般含义?如果没有,有什么合适的术语可以描述我的工作吗?
I've developed an application, and now I wonder if my work can be regarded as augmented reality:
Instead of overlap something on a camera preview, I build and render 3D buildings on a mobile phone. These models are the same (or similar to) some real buildings. I use GPS and gyros to decide the player's position and heading, so that I can render an animation with specified orientation so that the image will "look like" an image captured by the phone camera.
Then I can perform some games related to the real world. For example, I can make 3D models for restored Athenian ruins. When you go Athens and point your phone to the ruins, you'll see its original state on the screen. An early demo video: http://youtu.be/YIX3oZi1O_o
Can I define my application as a kind of augmented reality game, according to general meanings of augmented reality? If not, is there any proper term that can describe my work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在学术论文中,此类应用被称为“情境模拟”,请参阅 Gunnar Liestøl 的作品:http://inventioproject。不/sitsim/
In the academic papers applications like this are known as "situated simulations", see the work of Gunnar Liestøl: http://inventioproject.no/sitsim/
我不这么认为,增强现实的一般定义是“获取实时的现实世界输入,并在其之上添加一个层以增强(改变)这个现实”。对于实时世界输入,通常意味着相机。
你的想法听起来更像是一个模拟,因为你模拟了一切,你从现实世界收到的唯一输入就是位置。
当然,从广义上讲,您可能仍然认为您的应用程序是 AR,但我不会将其放在包装盒艺术上。
I don't think so, the general definition of Augmented Reality is "Taking real time real world input, and adding a layer on top of this to augment (change) this reality". With real time world input usually a camera is meant.
Your idea sounds more like a simulation, since you simulate everything, the only input you receive from the real world is position.
Of course broadly speaking you might still consider your application to be AR, but I wouldn't put it on the box art.