开发者

View images in 360 degrees

I would like to rotate an image in 360 degrees, like this site.

I have a site, where the users can upload images and view them in 360 d开发者_JAVA技巧egrees. Please advice me how to achieve this.


Use Papervision3D to achieve things similar to that link you provided. You can get started here.

If you have concerns about the learning curve for Papervision, you can download already made applications that are very similar to what you want. I recommend taking a look around ActiveDen. Here's one I found.


user jquery you can also integrate this with php

http://www.openstudio.fr/jquery-virtual-tour/

http://jquery.vostrel.cz/reel#demo

http://www.ajax-zoom.com/examples/example15.php

http://www.openstudio.fr/jquery.spherical.panorama/


Basically best 360 degree viewer is just an image loader application that loads a series of images you took (png format) and then swap based on user input, it will show the correct image frame

This solution works best as it allow image pre-processing, faster rendering (and much more beautiful than using 3D engines). The more images you used, to smoother scrolling effects. You will not need to have a 3D model, all 360 product viewers doing this way. The back side effects is loading images cost time and you will need to prepare the image series then.

========== EDIT ===========

I've made a mistake in a hurry :D, the thing you specified is not 360 product view, it's called panorama, you will need to have 6 images captured and used a 3D engine to achieve this effect. Basically it will wrap your 6 images in to a cube then allow you to rotate the camera around to view it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜