Panaroma view (360-degree rotating view)

Hi ya, want to know how can we do the 360-degree rotating view in the apps?

Something like, the default view is at center then we can rotate to see the surrounding and can click the items.

(Like got a camera at center, then when user slide left, camera rotate left… the camera can rotate 360 degree to let user see different angle of view. and the items are clickable. )

Which the background (scene) is designed by us.

What is the concept of this? Any demo?

Thanks for the helps  :slight_smile:

You should be able to program a VR cube using quad distortion, if you have some knowledge of math and 3D.

Thanks for your reply  :slight_smile:

Is there any easier solution? 

Not that I’m aware of - Corona doesn’t do 3D, so you always have to fake it by distorting rectangular images.

You should be able to program a VR cube using quad distortion, if you have some knowledge of math and 3D.

Thanks for your reply  :slight_smile:

Is there any easier solution? 

Not that I’m aware of - Corona doesn’t do 3D, so you always have to fake it by distorting rectangular images.