Re: 777の視点移動
daitaro
投稿数: 64
daitaroです。一つの案件でスレッドを変えない方が良いこと、そして一つの案件にまずは絞ること、了解しました。
はい、前後左右であってます。というのも客室内を歩くことを再現したいので。
うちのマウスはなぜか中ボタンが使えません。
上の投稿を参考に777-set-common.xmlに以下の記述を追加してみたんですが何か間違っている箇所はあるでしょうか?
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
<key n="106">
<name>j</name>
<desc>Walk Backward</desc>
<binding>
<command>property-adjust</command>
<property>/sim/current-view/z-offset-m</property>
<step type="double">0.01</step>
</binding>
</key>
<key n="117">
<name>u</name>
<desc>Walk Forward</desc>
<binding>
<command>property-adjust</command>
<property>/sim/current-view/z-offset-m</property>
<step type="double">-0.1</step>
</binding>
</key>
<key n="107">
<name>k</name>
<desc>Walk right</desc>
<binding>
<command>property-adjust</command>
<property>/sim/current-view/x-offset-m</property>
<step type="double">0.1</step>
</binding>
</key>
<key n="110">
<name>n</name>
<desc>Walk Left</desc>
<binding>
<command>property-adjust</command>
<property>/sim/current-view/x-offset-m</property>
<step type="double">-0.1</step>
</binding>
</key>
はい、前後左右であってます。というのも客室内を歩くことを再現したいので。
うちのマウスはなぜか中ボタンが使えません。
上の投稿を参考に777-set-common.xmlに以下の記述を追加してみたんですが何か間違っている箇所はあるでしょうか?
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
<key n="106">
<name>j</name>
<desc>Walk Backward</desc>
<binding>
<command>property-adjust</command>
<property>/sim/current-view/z-offset-m</property>
<step type="double">0.01</step>
</binding>
</key>
<key n="117">
<name>u</name>
<desc>Walk Forward</desc>
<binding>
<command>property-adjust</command>
<property>/sim/current-view/z-offset-m</property>
<step type="double">-0.1</step>
</binding>
</key>
<key n="107">
<name>k</name>
<desc>Walk right</desc>
<binding>
<command>property-adjust</command>
<property>/sim/current-view/x-offset-m</property>
<step type="double">0.1</step>
</binding>
</key>
<key n="110">
<name>n</name>
<desc>Walk Left</desc>
<binding>
<command>property-adjust</command>
<property>/sim/current-view/x-offset-m</property>
<step type="double">-0.1</step>
</binding>
</key>
投票数:12
平均点:6.67
投稿ツリー
-
777の視点移動
(daitaro, 2016-5-11 19:26)
-
Re: 777の視点移動
(toshi, 2016-5-11 23:25)
- toshiさんへの返信と追加の質問 (daitaro, 2016-5-12 17:27)
- Re: 777の視点移動 (toshi, 2016-5-12 22:47)
-
Re: 777の視点移動
(daitaro, 2016-5-13 6:56)
- Re: 777の視点移動 (toshi, 2016-5-14 8:34)
- Re: 777の視点移動 (daitaro, 2016-5-15 18:11)
-
Re: 777の視点移動
(toshi, 2016-5-15 22:34)
- Re: 777の視点移動 (inomaty, 2016-5-16 19:07)
- Re: 777の視点移動 (daitaro, 2016-5-18 21:51)
- Re: 777の視点移動 (toshi, 2016-5-20 1:06)
-
Re: 777の視点移動
(daitaro, 2016-5-20 18:13)
- Re: 777の視点移動 (toshi, 2016-5-20 23:46)
-
Re: 777の視点移動
(toshi, 2016-5-11 23:25)