Features:
-
display of 360° panoramic images (mono and stereo);
-
playback of 360° panoramic videos (mono and stereo);
-
support for Equirectangular projection;
-
support for Over-Under stereoscopic layout;
-
overlayed UMG widgets for user interaction;
-
interactive areas through color-coded masks;
-
graphics effects for transitions and blending with the 3D environment;
-
rendering of 3D objects inside the panoramic sphere;
-
high-level actor (class APanoramicDirector) to quickly assemble a panoramic virtual tour directly in the editor;
-
low-level actor (class APanoramicSphere) for programmatic and complete access to all the supported features;
-
all the features available from both Blueprints and C++.
Note: the plugin doesn’t provide any video/image recording feature.
Note: default video playback is provided by UE5 Media Framework.
Code Modules: StereoPanoramicPlayer – Runtime
Network Replicated: No
Supported Development Platforms: Windows, Mac
Supported Target Build Platforms: Windows (32/64-bits), Mac, iOS, Android, VR (SteamVR/Vive, Oculus, Quest, etc.).
Documentation: LINK
Example Project:
特征:
-
显示360°全景图像(单声道和立体声);
-
播放360°全景视频(单声道和立体声);
-
支持等距柱状投影;
-
支持超欠立体布局;
-
用于用户交互的叠加UMG小部件;
-
通过颜色编码蒙版的交互区域;
-
用于过渡和与3D环境混合的图形效果;
-
全景球体内3d对象的渲染;
-
高级演员(类APanoramicDirector)直接在编辑器中快速组装全景虚拟之旅;
-
低级actor(类APanoramicSphere),用于以编程方式完全访问所有支持的功能;
-
蓝图和C++提供的所有功能。
注:插件不提供任何 视频/图像记录 特征。
注:默认视频播放由UE5媒体框架提供。
代码模块:StereoPanoramicPlayer-运行时
网络复制:没有
支持的开发平台:Windows,Mac
支持的目标构建平台:Windows(32/64位),Mac,iOS,Android,VR(SteamVR/Vive,Oculus,Quest等。).
文件: 连结
示例项目:
360 Stereo Panoramic Player is a runtime plugin to show and interact with 360° panoramic images and videos, supporting both mono and stereo sources. It offers an high-level actor (Panoramic Director), to quickly assemble an interactive panoramic 360 Virtual Tour, and a low-level actor (Panoramic Sphere) to allow a programmatic customization of the user experience. It’s compatible with all the major platforms and it’s actively tested on PC, VR (Steam, Oculus, Quest, Cardboard, etc.), iOS and Android.
With the Panoramic Director you can define, directly in-editor, a complete panoramic virtual tour: import the panoramic images and videos, define your custom hotspots, and it will take care of everything at run-time, detecting when the user is interacting with an hotspot and managing the transition between the panoramic media.
The Panoramic Sphere actor gives you complete control of the panoramic experience: you can programmatically control it to display panoramic media and detect interactions with the panoramic sources. It can show images and videos, in both mono and stereo formats.
360立体声全景播放器 是一个运行时插件来显示和交互 360°全景图像和视频,支持两者 单声道和立体声 资料来源。 它提供了一个高水平的演员(全景导演),快速组装一个互动的全景360 虚拟之旅,以及一个低级别的演员(全景球体),以允许用户体验的编程定制。 它与所有主要平台兼容,并在PC,VR(Steam,Oculus,Quest,Cardboard等)上进行了积极测试。),iOS和Android。
与 全景导演 您可以直接在编辑器中定义一个完整的全景虚拟旅游:导入全景图像和视频,定义您的自定义热点,它将在运行时处理所有事情,检测用户何时与热点交互并管理全景媒体之间的转换。
该 全景球体 actor可让您完全控制全景体验:您可以通过编程方式控制它以显示全景媒体并检测与全景源的交互。 它可以以单声道和立体声格式显示图像和视频。
评论(0)