Javascript 中的 360 度图像预览(无 Flash)
我正在寻找一种在我的网站上嵌入 360 度建模图像的方法。有没有办法在没有 Flash 的情况下在 iPhone 或 iPad 上查看该内容?
这是一个通用链接。 http://www.gsmarena.com/apple_iphone-3d-spin-1827.php
I am looking for a way to embed a 360 modeling image on my website. Is there a way to view that on an iPhone or iPad without Flash?
Here's a generic link. http://www.gsmarena.com/apple_iphone-3d-spin-1827.php
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
假设您可以进行精灵而不是实际的 3D 变换,那么您应该能够相当轻松地使用 UIImageView 对其进行动画处理。
http://appsamuck.com/day2.html
如果你真的想以 3D 方式进行,你将需要要使用 opengl,您应该研究 unity 3d。
http://unity3d.com/unity/
You should be able to animate that with UIImageView fairly easily assuming you would be ok doing a sprite rather than an actual 3d transform.
http://appsamuck.com/day2.html
If you really want to do it in 3d you will need to use opengl you should look into unity 3d.
http://unity3d.com/unity/
有多个非常好的插件。
查看 http://plugins.jquery.com/plugin-tags/360-view
There are multiple very good plugins.
Check out http://plugins.jquery.com/plugin-tags/360-view
我用过 jQuery reel 几次,效果非常好。
这是我制作的演示</a>。
(顺便说一句,由于内存限制,超过一定大小的精灵在 iOS 上无法工作,因此我的演示中有所区别。)
I've used jQuery reel a few times, and it's pretty good.
Here's a demo I made.
(By the way, sprites over a certain size don't work on iOS due to memory limitations, hence the distinction on my demo.)