Skip to content

Instantly share code, notes, and snippets.

@julik
Created July 14, 2009 03:41
Show Gist options
  • Save julik/146694 to your computer and use it in GitHub Desktop.
Save julik/146694 to your computer and use it in GitHub Desktop.
<axis n="0">
<desc>Prop Pitch</desc>
<binding>
<command>nasal</command>
<script>controls.propellerAxis()</script>
</binding>
</axis>
<axis n="1">
<desc>Throttle 1</desc>
<binding>
<command>nasal</command>
<script>controls.throttleAxisPerEngine(0)</script>
</binding>
</axis>
<axis n="2">
<desc>Throttle 2</desc>
<binding>
<command>nasal</command>
<script>controls.throttleAxisPerEngine(1)</script>
</binding>
</axis>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment