/StereoCubeMapImporter

A UE4 plugin for importing and displaying stereo cubemaps.

Primary LanguageC++

StereoCubeMapImporter

A simple stereo cubemap importer for displaying stereo cubemaps such as the ones availible here within UE4.
The Plugin take a pano stereo cubemap image splits it and generates two standard UE4 cubemaps.

Installation and Use

If you are not compiling UE4's engine from source you should download one of the latest precompilied windows binaries:

The contents of the plugin should be copied to your UE4 installation location. So that the StereoCubemapImporter folder resides in the engines plugin folder. i.e C:\UE4\Engine\Plugins\StereoCubemapImporter.

To import a stereo cubemap simple click the new button in the editor.

The Plugin will generate a standard ue4 cubemap for each each eye. To uses the cube maps please check out StereoCubeMap_MAT and StereoCubeMap_PP_MAT within the plugin's content folder.