This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
UnigineEditor
界面概述
资产工作流程
设置和首选项
项目开发
调整节点参数
Setting Up Materials
Setting Up Properties
照明
Landscape Tool
Sandworm
使用编辑器工具执行特定任务
Extending Editor Functionality
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Objects
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
Usage Examples
UnigineScript
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
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
创建内容
Content Optimization
Materials
Art Samples
Tutorials
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

Setting Up Projections with AppEasyBlend Plugin

Warning
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to Sim SDK edition to use it.

AppEasyBlend plugin allows you to render the UNIGINE-based application on multi-projector setups that are stored in the calibration files created via the Scalable Display Manager and set up via the EasyBlend SDK. The setup can have a complex shape, such as dome.

Notice
  • The plugin is available only on Windows with DirectX 11 API (DirectX runtime may need to be updated). OpenGL support is currently experimental.
  • Microsoft Visual C++ 2008 Redistributable Package x64 is required.
  • DPI scaling is not supported.
  • This plugin cannot be used in a Qt-based application.

The plugin supports the fullwindow mode (when the application window is rendered without decorations).

Notice
If you run the application in the windowed mode, the window should be non-resizable.

You can toggle the AppEasyBlend plugin via the easyblend console command:

  • To enable, use:
    Source code
    easyblend 1
  • To disable, use:
    Source code
    easyblend 0

See Also#

Implementing Unigine Application with AppEasyBlend Support#

To use the AppEasyBlend plugin with UNIGINE, perform the following:

  1. Create a new project with AppEasyBlend support via UNIGINE SDK Browser: click Plugins, check the EasyBlend support (AppEasyBlend plugin) option in the form that opens and click Ok.

    AppEasyBlend Plugin on Plugins Panel
    Notice
    To add AppEasyBlend support to the existing project, in UNIGINE SDK Browser, click Other Actions -> Configure Project -> Plugins -> EasyBlend support (AppEasyBlend plugin) -> Ok.
  2. Implement your application.
  3. Launch the AppEasyBlend plugin on the application start-up.

Launching AppEasyBlend#

To launch the plugin, specify the extern_plugin command line option on the application start-up as follows:

Notice
For the correct result, the screen resolution must be specified on the application start-up, and it must be the same as the one set in the *.ol file.
Shell commands
main_x64d -extern_plugin AppEasyBlend -calibration_file "my.ol" -video_mode -1 -video_width 1024 -video_height 768

Here:

  • calibration_file option specifies a path (absolute) to an *.ol calibration file that stores projection settings.

If you run the application via UNIGINE SDK Browser, specify the command-line options given above in the Customize Run Options form.

Notice
It is not possible to use AppEasyBlend with:
Last update: 2021-04-29
Build: ()