![]() |
UE5 360 Stereo Panoramic Player
1.2.0
Create interactive Media Players and Virtual Tours for mono and stereo 360 panoramic images and videos in Unreal Engine 5.
|
Configuration for the sphere generation. More...
#include <PanoramicSphere.h>
Public Attributes | |
int32 | NumOfMeridians |
Num of meridians. More... | |
int32 | NumOfParallels |
Num of parallels. More... | |
float | Radius |
The radius of the sphere in unreal units; Irrelevant for translucent blend mode. More... | |
Configuration for the sphere generation.
The result number of triangles will be equal to ((NumOfParallels - 1) * (NumOfMeridians - 1) * 2)
int32 FSphereConfig::NumOfMeridians |
Num of meridians.
int32 FSphereConfig::NumOfParallels |
Num of parallels.
float FSphereConfig::Radius |
The radius of the sphere in unreal units; Irrelevant for translucent blend mode.