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.
|
Configuration for the sphere generation. More...
#include <PanoramicSphere.h>
Public Attributes | |
int32 | NumOfMeridians = 66 |
Num of meridians. More... | |
int32 | NumOfParallels = 66 |
Num of parallels. More... | |
float | Radius = 1000 |
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 = 66 |
Num of meridians.
int32 FSphereConfig::NumOfParallels = 66 |
Num of parallels.
float FSphereConfig::Radius = 1000 |
The radius of the sphere in unreal units; Irrelevant for translucent blend mode.