VR/zh: Difference between revisions

Ardenet (talk | contribs)
Created page with "要禁用手部追踪,请修改环境变量以包含 <code>WMR_HANDTRACKING = "0";</code>,使其如下所示。"
Tags: Mobile edit Mobile web edit
Ardenet (talk | contribs)
Created page with "为了在 SteamVR 以外的任何平台上运行 OpenVR 游戏,您需要配置 <code>~/.config/openvr/openvrpaths.vrpath</code> 中定义的 OpenVR 运行时路径。一个可靠的方法是使用 Home Manager 创建此文件。"
Tags: Mobile edit Mobile web edit
Line 39: Line 39:
};}}
};}}


<div lang="en" dir="ltr" class="mw-content-ltr">
要使手部追踪功能正常工作,您需要启用 <code>git-lfs</code>。启用 <code>git-lfs</code> 的标准方法是通过以下配置
To get hand tracking to work, you require <code>git-lfs</code> to be enabled.  The standard way of enabling <code>git-lfs</code> is through the configuration below
</div>


{{file|/etc/nixos/configuration.nix|nix|3=programs.git = {
{{file|/etc/nixos/configuration.nix|nix|3=programs.git = {
Line 48: Line 46:
};}}
};}}


<div lang="en" dir="ltr" class="mw-content-ltr">
确保 <code>git-lfs</code> 功能启用后,运行以下命令并重新启动 <code>monado-service</code>
After making sure <code>git-lfs</code> is enabled, run these commands and restart <code>monado-service</code>
</div>


{{Commands|
{{Commands|
Line 69: Line 65:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
为了在 SteamVR 以外的任何平台上运行 OpenVR 游戏,您需要配置 <code>~/.config/openvr/openvrpaths.vrpath</code> 中定义的 OpenVR 运行时路径。一个可靠的方法是使用 [[Special:MyLanguage/Home Manager|Home Manager]] 创建此文件。
In order to run OpenVR games on anything other than SteamVR, you need to configure the OpenVR runtime path defined in <code>~/.config/openvr/openvrpaths.vrpath</code>. A reliable way to do this is to use [[Home Manager]] to create this file.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">