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

link|improve this question

75% accept rate
feedback

3 Answers

up vote 4 down vote accepted

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.)

link|improve this answer
Very Cool Rich! – Chris Chiera Mar 14 '11 at 18:45
Thanks! If only I had things more interesting than calculators to take pictures of! – Rich Bradshaw Mar 14 '11 at 20:52
Haha! Thanks again. – Chris Chiera Mar 22 '11 at 14:07
2  
+1 image sprites really work fast with reel, thanks – Ish Kumar Aug 11 '11 at 15:05
feedback

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/

link|improve this answer
Very cool madmik3. I'm going to check this out. – Chris Chiera Mar 14 '11 at 17:55
feedback

There are multiple very good plugins. Check out http://plugins.jquery.com/plugin-tags/360-view

link|improve this answer
Awesome! Thanks rsplak! – Chris Chiera Mar 14 '11 at 17:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.