Advertisement
Guest User

TrackIR.xml

a guest
Mar 9th, 2017
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.04 KB | None | 0 0
  1.         <PropertyList>
  2.        <name>vJoy Device</name>
  3.         <axis n="0">
  4.           <desc>6DOFYaw</desc>
  5.           <tolerance>0.00001</tolerance>
  6.           <binding>
  7.            <command>property-scale</command>
  8.            <property>/sim/current-view/goal-heading-offset-deg</property>
  9.            <factor type="double">-180.0</factor>
  10.           </binding>
  11.          </axis>
  12.          
  13.          <axis n="1">
  14.           <desc>6DOFPitch</desc>
  15.           <tolerance>0.00001</tolerance>
  16.           <binding>
  17.            <command>property-scale</command>
  18.            <property>/sim/current-view/goal-pitch-offset-deg</property>
  19.            <factor type="double">120.0</factor>
  20.           </binding>
  21.          </axis>
  22.          
  23.          <axis n="2">
  24.           <desc>6DOFRoll</desc>
  25.           <tolerance>0.00001</tolerance>
  26.           <binding>
  27.            <command>property-scale</command>
  28.            <property>/sim/current-view/goal-roll-offset-deg</property>
  29.            <factor type="double">80.0</factor>
  30.           </binding>
  31.         </axis>
  32.          
  33.          <axis n="5">
  34.           <desc>6DOFX</desc>
  35.           <tolerance>0.00001</tolerance>
  36.           <binding>
  37.            <command>property-scale</command>
  38.            <property>/sim/current-view/x-offset-m</property>
  39.            <factor type="double">0.15</factor>
  40.           </binding>
  41.          </axis>
  42.          
  43.          <!--<axis n="3">
  44.          <desc>6DOFY</desc>
  45.          <tolerance>0.00001</tolerance>
  46.          <binding>
  47.           <command>property-scale</command>
  48.           <property>/sim/current-view/y-offset-m</property>
  49.           <factor type="double">0.3</factor>
  50.          </binding>
  51.         </axis>-->
  52.          
  53.          <!--<axis n="4">
  54.          <desc>6DOFZ</desc>
  55.          <tolerance>0.00001</tolerance>
  56.          <binding>
  57.            <command>nasal</command>
  58.            <script>setprop("/sim/current-view/z-offset-m", 0.1 + getprop("/sim/current-view/z-offset-m"))</script>
  59.           </binding>
  60.         </axis>-->
  61.          
  62.         </PropertyList>
  63.  
  64.         <!-- end of trackir.xml -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement