VR/ja: Difference between revisions

Haruki7049 (talk | contribs)
Created page with "== Monado =="
Haruki7049 (talk | contribs)
Created page with "== 参照リンク =="
 
(7 intermediate revisions by the same user not shown)
Line 12: Line 12:
};}}
};}}


<div lang="en" dir="ltr" class="mw-content-ltr">
Monadoを設定すると、もしかすると追加の環境変数を設定したくなるかもしれません:
In order to configure Monado, you might want to add additional environment variables:
</div>


{{file|/etc/nixos/configuration.nix|nix|3=systemd.user.services.monado.environment = {
{{file|/etc/nixos/configuration.nix|nix|3=systemd.user.services.monado.environment = {
Line 21: Line 19:
};}}
};}}


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Hand_Tracking"></span>
=== Hand Tracking ===
=== ハンドトラッキング ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
ハンドトラッキング用のデータがないため、<code>monado-services</code>の実行が失敗することに気づくかもしれません。これを直すためには、ハンドトラッキングを完全に無効にするか、ハンドトラッキング用のデータをダウンロードするかの二つの方法があります。
You may notice that running <code>monado-services</code> will fail due to the lack of hand tracking data.  There are 2 ways to remedy this, either disable hand tracking altogether, or download the hand tracking data.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
ハンドトラッキングを無効にするには、<code>WMR_HANDTRACKING = "0";</code>を含むように環境変数を変更します。つまり以下のようになります。
To disable hand tracking, modify the environment variable to include <code>WMR_HANDTRACKING = "0";</code>, so that it will look like this.
</div>


{{file|/etc/nixos/configuration.nix|nix|3=systemd.user.services.monado.environment = {
{{file|/etc/nixos/configuration.nix|nix|3=systemd.user.services.monado.environment = {
Line 39: Line 32:
};}}
};}}


<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 39:
};}}
};}}


<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 62: Line 51:
</div>
</div>


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


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 251: Line 238:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="See_also"></span>
== See also ==
== 参照リンク ==
</div>


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