Advertisement
hamzaalloush

trackir.xml

Feb 6th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.71 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/TrackIR/heading-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/TrackIR/pitch-deg</property>
  19.        <factor type="double">100.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/TrackIR/roll-deg</property>
  29.        <factor type="double">100.0</factor>
  30.       </binding>
  31.     </axis>
  32.      
  33.      <axis n="3">
  34.       <desc>6DOFX</desc>
  35.       <tolerance>0.00001</tolerance>
  36.       <binding>
  37.        <command>property-scale</command>
  38.        <property>/sim/TrackIR/x-m</property>
  39.        <factor type="double">0.5</factor>
  40.       </binding>
  41.      </axis>
  42.      
  43.       <axis n="4">
  44.       <desc>6DOFY</desc>
  45.       <tolerance>0.00001</tolerance>
  46.       <binding>
  47.        <command>property-scale</command>
  48.        <property>/sim/TrackIR/y-m</property>
  49.        <factor type="double">-0.5</factor>
  50.       </binding>
  51.      </axis>
  52.      
  53.       <axis n="5">
  54.       <desc>6DOFZ</desc>
  55.       <tolerance>0.00001</tolerance>
  56.       <binding>
  57.        <command>property-scale</command>
  58.        <property>/sim/TrackIR/z-m</property>
  59.        <factor type="double">1.5</factor>
  60.       </binding>
  61.       </axis>
  62.      
  63.     </PropertyList>
  64.  
  65.     <!-- end of trackir.xml -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement