UE5 360 Stereo Panoramic Player 1.2.5
Create interactive Media Players and Virtual Tours for mono and stereo 360 panoramic images and videos in Unreal Engine 5.
|
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
Enumerations | |
enum class | EPanoramicMediaLayout : uint8 { StereoOverUnder , Mono } |
Options for the media layout. More... | |
|
strong |
Options for the media layout.
It can be stereoscopic (over/under) or mono. Stereoscopic (over/under) means that the source is divided in two logically. In the top part there is the left-eye source, and in the bottom the right-eye source.
Enumerator | |
---|---|
StereoOverUnder | Stereoscopic (over/under) media layout. |
Mono | Mono media layout. |