1<options source='Scorched3D'>
2	<!-- Do not use any OpenGL extensions.  Turn off to disable any extra OpenGL features. -->
3	<!-- (default value : "off") -->
4	<option>
5		<name>NoGLShaders</name>
6		<value>on</value>
7	</option>
8  <!-- The amount of error allowed for each land patch as it gains in distance (in pixels, more is more error) -->
9  <!-- (default value : "6") -->
10  <option>
11    <name>LandDetialError</name>
12    <value>9</value>
13  </option>
14</options>
15