Skip to content

Unreal engine plugin for capturing stereo panoramas

Notifications You must be signed in to change notification settings

Mosel3y/StereoPano

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StereoPano plugin for Unreal Engine 4

This is fixed clone of Experimental StereoPanorama plugin for UE 4.11. Provides console command to capture 360 Stereo Panorama in spherical format. Result is two png images.

This version works with UE 4.10 and supports fading stereo effect for vertical top and bottom.

Compile

  1. Copy plugin into Plugins folder under you new C++ project or existing.
  2. Compile project

Workflow

  1. Copy compiled plugin into Plugins forlder under you Project folder (BP or C++)
  2. Run project
  3. Ensure that you have PlayerController. Move it to point where you want to capture.
  4. Start project in Editor with Play
  5. Open Output Window in Editor. Options are available with prefix SP., main command is SP.PanoramicScreenshot
  6. Wait (with one degree step for horizontal and verticcal can took about 2 hours)
  7. Find Left_00000.png and Right_00000.png in %PROJECT_PATH%/Saved/Screenshots/Windows/%DATE%/

##Authors Authors of original plugin are Kite & Lightning

About

Unreal engine plugin for capturing stereo panoramas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.1%
  • C# 0.9%