使用AppVarjo插件输出到Varjo
The AppVarjo plugin is used to support the Varjo VR-2 / VR-2 Pro head-mounted displays. Varjo VR-2 Pro currently combines the use of Varjo Software for rendering and head pose tracking and SteamVR Tracking technology for controllers and input. It is supposed that you already have Varjo Base and SteamVR installed.AppVarjo插件用于支持Varjo VR-2 / VR-2 Pro头戴式显示器。 Varjo VR-2 Pro当前结合了使用Varjo软件进行渲染和头部姿势跟踪以及将SteamVR跟踪技术用于控制器和输入的功能。假定您已经安装了Varjo Base和SteamVR。
Both the windowed and the full screen modes are supported. By default, on the PC display the image is rendered in mono mode (image from the left eye). Use setViewportMode() to change the mode to stereo (both eyes) as follows:窗口模式和全屏模式均受支持。默认情况下,在PC显示器上以单模式渲染图像(左眼图像)。使用setViewportMode()将模式更改为立体声(双眼),如下所示:
也可以看看
Implementing Unigine Application with Varjo Support在Varjo支持下实现Unigine应用程序#
To use the Varjo VR-2 / VR-2 Pro virtual display with Unigine, perform the following:要将Varjo VR-2 / VR-2 Pro虚拟显示与Unigine一起使用,请执行以下操作:
- Download Varjo SDK and perform all required steps.下载Varjo SDK并执行所有必需的步骤。
-
Create a new project with AppVarjo support via UNIGINE SDK Browser: click Plugins, check the Varjo support (AppVarjo plugin) option in the form that opens and click OK.
To add Varjo support to an existing project, in UNIGINE SDK Browser, click Other Actions -> Configure Project -> Plugins -> Varjo support (AppVarjo plugin) -> OK. To add Varjo support to an existing project, in UNIGINE SDK Browser, click Other Actions -> Configure Project -> Plugins -> Varjo support (AppVarjo plugin) -> OK.
To add Varjo support to an existing project, in UNIGINE SDK Browser, click Other Actions -> Configure Project -> Plugins -> Varjo support (AppVarjo plugin) -> OK. 通过UNIGINE SDK浏览器创建具有AppVarjo支持的新项目:单击插件,选中 Varjo支持(AppVarjo插件)选项在打开的表单中,然后点击确定。To add Varjo support to an existing project, in UNIGINE SDK Browser, click Other Actions -> Configure Project -> Plugins -> Varjo support (AppVarjo plugin) -> OK. 要将Varjo支持添加到现有项目,请在UNIGINE SDK浏览器中,单击Other Actions -> Configure Project -> Plugins -> Varjo support (AppVarjo plugin) -> OK.
- Implement the application logic by using functions of the AppVarjo plugin API.通过使用AppVarjo插件API的功能来实现应用程序逻辑。
- Plug in the Varjo virtual display.插入Varjo虚拟显示器。
- Launch the AppVarjo plugin on the application start-up.在应用程序启动时启动 AppVarjo插件。
Launching AppVarjo启动AppVarjo#
To launch the plugin, specify the extern_plugin command line option on the application start-up:要启动插件,请在应用程序启动时指定 extern_plugin 命令行选项:
main_x64.exe -extern_plugin "AppVarjo"
If you run the application via UNIGINE SDK Browser, set the Stereo 3D option to AppVarjo in the Options tab and click Apply. 如果通过UNIGINE SDK浏览器运行该应用程序,请在Options选项卡中将AppVarjo in the Options tab and click Apply。
Console Commands控制台命令#
The following console commands can be run for the AppVarjo plugin.可以为AppVarjo插件运行以下控制台命令。