Chris Chiera
Chris Chiera

Reputation: 75

360 image preview in Javascript (without flash)

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

Answers (3)

Rich Bradshaw
Rich Bradshaw

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

user657496
user657496

Reputation:

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

Upvotes: 0

madmik3
madmik3

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.

http://unity3d.com/unity/

Upvotes: 0

Related Questions