Hello,
Platform : Android
I wish to have a video being played in a 360 degree fashion like a skybox. How can I achieve that on Android?
Something similar to this.
Thanks,
Karsnen.
Hello,
Platform : Android
I wish to have a video being played in a 360 degree fashion like a skybox. How can I achieve that on Android?
Something similar to this.
Karsnen.
You will need to texture your video to the inside of a sphere. Then have your camera on the inside of the sphere and use the gyroscope to control the movement of the camera.
I guess by picking frames from video and setting them to skybox.
Somehow
I think that nobody can answer your question with code reference.