Reputation: 75
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
Upvotes: 2
Views: 1540
Reputation: 72985
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.)
Upvotes: 4
Reputation:
There are multiple very good plugins. Check out http://plugins.jquery.com/plugin-tags/360-view
Upvotes: 0
Reputation: 6983
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.
Upvotes: 0