How to add a panoramic image in the google cardboard application?
Asked Answered
L

1

8

I want to create an application where a panoramic image is displayed in the google cardboard like a 3D picture.I have taken the sample cardboad code provided by google.How do I add a panoramic image in the views instead of the floor and the cube?

Leis answered 17/3, 2015 at 10:0 Comment(2)
Also can this be done using OpenGL or we need to use Unity for this?Rigorism
On Android Native Cardboard app development, you can use Android Cardboard SDK and Android Studio as IDE is recommended. However you might need to learn OpenGL ES SDK and things like GLSurfaceView. By using Unity+Cardboard SDK to develop VR apps, you don't have to worry on how to draw/ render your image/3D objects since it is made for game development.Paralipomena
T
7

Have a look at this example application: https://github.com/ejeinc/RajawaliCardboardExample

It is using the Rajawali framework for the OpenGL stuff. This makes things really easy. https://github.com/Rajawali/Rajawali

Tinder answered 19/5, 2015 at 7:41 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.