如何在android中制作360度产品查看器应用程序?
我想制作一个带有 360 度产品查看器的应用程序。但我希望用户与其中的一些选项进行交互。我怎样才能实现它的任何专业知识。谢谢。
I would like to make an app with a 360 degree product viewer in it.But I would like user to interact with some options along it.How can I achieve it any expertise on it.Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以这样做。示例:
http://jbk404.site50.net/360DegreeView/mobile/common.html
只需复制粘贴页面的源代码和汽车图像精灵,然后根据您的图像修改变量。之后,使用 Webview 在 android 中实现它,从断言文件夹中取出它,这样它将是本地的,并且您不需要互联网连接。
You can do it this way. Example:
http://jbk404.site50.net/360DegreeView/mobile/common.html
Just copy paste the Source code of the page and the car image sprite, then modify the variables according to your image. After that implement it in android using an Webview, taking it from the assert folder so it will be local and you will not need internet connection.
因此,如果您想要 3D 产品查看器,您需要掌握 3D 模型,然后您需要更好地了解 openGL。
你有模型吗?如果是这样,我建议您从获取这些开始。
So if you want a 3D product viewer, you would need to get a hold of 3D models, then you would need to get to know openGL a little better.
Do you have models? If so, i'd suggest you start by getting those.