Panorama180 Movement demo
Developer : ft-lab.
Date : 04/14/2019 - 04/30/2019
This document was translated into English with Google Translate.
Overview

It is a demonstration program that can be moved as a VR in a 180 degree panoramic space.
Tested with Oculus Rift.
Currently, it supports linear movement in one direction.
Operating environment
Windows 10 + Oculus Rift
It is unchecked in HTC Vive.
How to use
Launch "Panorama180Movement.exe" with Oculus Rift attached.
The position in the real space at startup is the start position in the VR space.
By moving front left in real space, it is possible to go one way (about 2 m range) on VR space.
Download the demo executable
Development environment
Unity 2018.3.8f1
Used assets when creating resources
I used "Asia-Pacific Common Residential Theme Pack" as a rendering scene of panorama images.
Generation of the 180-degree panoramic images was output using "Panorama180 Render"(ver.1.0.2).
In the "Panorama180 Movement" demo, the panoramic images created above is used as resources,
and other assets are not used.
Algorithm
Source code
Change log
[04/30/2019]
- Upload source code to GitHub
- Add algorithm explanation page
[04/23/2019]
- Optimize internal resources (capacity reduction)
- Optimization of spatial interpolation processing
[04/14/2019]