Настройка проекций с помощью плагина AppEasyBlend
Чтобы использовать этот функционал вам необходимо получить лицензию на
AppEasyBlend plugin allows you to render the UNIGINE-based application on multi-projector setups that are stored in the calibration files created via Scalable Display Manager and set up via EasyBlend SDK. The setup can have a complex shape, such as dome.Плагин AppEasyBlend позволяет отображать приложение на основе UNIGINE с настройками нескольких проекторов, которые хранятся в файлах калибровки, созданных с помощью Scalable Display Manager и настроенных с помощью EasyBlend SDK. Проекционная система может иметь сложную форму, например, купол.
- The plugin is available only on Windows with DirectX 11 API (DirectX runtime may need to be updated). OpenGL support is currently experimental.Плагин доступен только на Windows с DirectX 11 API (может потребоваться обновить компоненты время выполнения DirectX). Поддержка OpenGL в настоящее время является экспериментальной.
- Microsoft Visual C++ 2008 Redistributable Package x64 is required.Требуется Microsoft Visual C++ 2008 Redistributable Package x64
- DPI scaling is not supported.Масштабирование DPI не поддерживается.
- This plugin cannot be used in a Qt-based application.Этот плагин нельзя использовать в приложении на основе Qt.
The plugin supports the fullwindow mode (when the application window is rendered without decorations).Плагин поддерживает режим fullwindow (когда окно приложения отображается без декораций).
You can toggle the AppEasyBlend plugin via the easyblend console command:Вы можете включать и выключать плагин AppEasyBlend с помощью консольной команды easyblend:
To enable, use:Для включения используйте:
easyblend 1
To disable, use:Чтобы отключить, используйте:
easyblend 0
See AlsoСмотрите также#
Implementing Unigine Application with AppEasyBlend SupportСоздание приложения Unigine с поддержкой AppEasyBlend#
To use the AppEasyBlend plugin with UNIGINE, perform the following:Чтобы использовать плагин AppEasyBlend с UNIGINE, выполните следующие действия:
-
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 через UNIGINE SDK Browser: нажмите Plugins, отметьте опцию EasyBlend support (AppEasyBlend plugin) в открывшейся форме и нажмите OK.
AppEasyBlend Plugin on Plugins PanelПлагин AppEasyBlend на панели PluginsTo add AppEasyBlend support to the existing project, in UNIGINE SDK Browser, click Other Actions -> Configure Project -> Plugins -> EasyBlend support (AppEasyBlend plugin) -> OK. Чтобы добавить поддержку AppEasyBlend в существующий проект, в браузере UNIGINE SDK щелкните Other Actions -> Configure Project -> Plugins -> EasyBlend support (AppEasyBlend plugin) -> OK. - Implement your application.Реализуйте логику своего приложения.
- Launch the AppEasyBlend plugin on the application start-up.Запустите плагин AppEasyBlend при запуске приложения.
Launching AppEasyBlendЗапуск AppEasyBlend#
To launch the plugin, specify the extern_plugin command line option on the application start-up as follows:Чтобы запустить плагин, укажите опцию командной строки extern_plugin при запуске приложения следующим образом:
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.Параметр calibration_file указывает путь (абсолютный) к файлу калибровки *.ol, в котором хранятся настройки проекции.
If you run the application via UNIGINE SDK Browser, specify the command-line options given above in the Customize Run Options form.Если вы запускаете приложение через UNIGINE SDK Browser, укажите параметры командной строки, указанные выше, в форме Customize Run Options.
It is impossible to use AppEasyBlend with:Невозможно использовать AppEasyBlend с: