Scar
Scar

Reputation: 3480

Panorama hotspot implementation

I've recently developed an application that view a panorama 360 image, using Panoramagl library for iPhone, and i wanna enhance it and make more features like hotspot.

I've tried to look at a javascript code that implement this feature, but it's useless.

I don't know from where to start implementing this feature and i don't understand the concept of the hotspot. can anyone put me on the right way to start implementing this feature ?

thx in advance.

Upvotes: 1

Views: 2450

Answers (2)

javbaezga
javbaezga

Reputation: 61

PanoramaGL for iOS was updated recently to 0.1 r3 version. This new version support Spherical images 2048x1024 pixeles. And hotspots feature was added.

http://code.google.com/p/panoramagl

Please read wiki section

http://code.google.com/p/panoramagl/wiki/UserGuide

Upvotes: 1

Scar
Scar

Reputation: 3480

I've ended up using a library called KRPano using it in UIWebView, it has a good support and has a lot of features.

Upvotes: 2

Related Questions