Skip to content

Instantly share code, notes, and snippets.

@MKo-xx
Created April 6, 2011 14:35
Show Gist options
  • Save MKo-xx/905752 to your computer and use it in GitHub Desktop.
Save MKo-xx/905752 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<PropertyList>
<generic>
<input>
<line_separator>newline</line_separator>
<var_separator>,</var_separator>
<!-- Controls -->
<chunk>
<name>aileron</name>
<type>float</type>
<node>/controls/flight/aileron</node>
<format>%f</format>
</chunk>
<chunk>
<name>elevator</name>
<type>float</type>
<node>/controls/flight/elevator</node>
<format>%f</format>
</chunk>
<chunk>
<name>throttle</name>
<type>float</type>
<node>/controls/engines/engine/throttle</node>
<format>%f</format>
</chunk>
</input>
</generic>
</PropertyList>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment