Webber Lai
Webber Lai

Reputation: 2022

How to implement 360' show case on ios?

Ah ... where to start ,Before I learn the iphone app develop

I found a very interesting app : The Elements

You can see every object is rotatable like 3D

But it is by take many photos from every angle form objects

How to implement it ??(via Scroll view ???)

And I found Apple's new HTML5 sample

Looks like the HTML version is not smooth as the app version

Maybe it just because of the photos too less ...

So , my question is what if I have a series of pictures , how to change the picture when finger swipe the view ???And the swipe speed also effect the rotate speed.

Thanks for any reply or answers : )

Upvotes: 0

Views: 278

Answers (3)

Balram Tiwari
Balram Tiwari

Reputation: 5667

I think you can look into FVImageSequence, However you may need to modify the code to auto-rotate the complete sequence.

A link to original post is here

The Elements app as described in your original question is just a sequence of photos that were taken on each degree by a professional Photographer.

hope that helps.

Upvotes: 1

Mat
Mat

Reputation: 7633

Nineveh GL 3D Engine allow you to import 3D objects models(like .obj models that you can create with some application like Google SketchUP) easily in your iPhone app, you can find some tutorials here. And as @GameBit said, i don't think that by changing images when the user scrolls is the best approach.

Upvotes: 0

RolandasR
RolandasR

Reputation: 3047

i think it has nothing to do with photos. Most likely its normal 3D rendering.

Upvotes: 0

Related Questions