This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
基础
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
统一的Unigine着色器语言 UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

使用 EasyBlend 插件设置投影

EasyBlend 插件允许您在多投影仪设置上渲染基于 UNIGINE 的应用程序,这些设置存储在通过 Scalable Display Manager 创建并通过 EasyBlend SDK 设置的校准文件中。设置可以具有复杂的形状,例如圆顶。

注意

该插件支持 fullwindow 模式(当应用程序窗口在没有装饰的情况下呈现时)。

注意
如果在窗口模式下运行应用程序,窗口应该是不可调整大小.

您可以通过 easyblend 控制台命令切换 EasyBlend 插件:

  • 要启用,请使用:

    源代码
    easyblend 1
  • 要禁用,请使用:

    源代码
    easyblend 0

也可以看看#

使用 EasyBlend 支持实现 Unigine 应用程序#

要将 EasyBlend 插件与 UNIGINE 一起使用,请执行以下操作:

  1. 通过 UNIGINE SDK 浏览器创建一个支持 EasyBlend 的新项目:单击 Plugins,在打开的表单中选中 EasyBlend support (EasyBlend plugin) 选项,然后单击 OK

    Plugins 面板上的 EasyBlend 插件
    注意
    要将 EasyBlend 支持添加到现有项目,请在 UNIGINE SDK Browser 中单击 Other Actions -> Configure Project -> Plugins -> EasyBlend support (EasyBlend plugin) -> OK
  2. 实施您的应用程序。
  3. 发射应用程序启动时的 EasyBlend 插件。

启动 EasyBlend#

要启动插件,请在应用程序启动时指定 extern_plugin 命令行选项,如下所示:

注意
要获得正确的结果,必须在应用程序启动时指定屏幕分辨率,并且必须与 *.ol 文件中设置的相同。
命令行
main_x64d -extern_plugin UnigineEasyBlend -calibration_file "my.ol" -video_mode -1 -video_width 1024 -video_height 768

这里:

  • calibration_file 选项指定存储投影设置的 *.ol 校准文件的路径(绝对)。

如果您通过 UNIGINE SDK 浏览器运行应用程序,请在 Customize Run Options 表单中指定上面给出的命令行选项。

注意

不可能EasyBlend 用于:

最新更新: 2024-04-19
Build: ()