1
0
Fork 0

Added the help text for the new --materials-file option.

This commit is contained in:
Anders Gidenstam 2011-09-03 20:59:57 +02:00
parent 9d238ccbd7
commit 91c202e1cf
2 changed files with 7 additions and 0 deletions

View file

@ -225,6 +225,7 @@
<enable-skyblend-desc>Enable sky blending</enable-skyblend-desc>
<disable-textures-desc>Disable textures</disable-textures-desc>
<enable-textures-desc>Enable textures</enable-textures-desc>
<materials-file-desc>Specify the materials file used to render the scenery (default: materials.xml)</materials-file-desc>
<texture-filtering-desc>Anisotropic Texture Filtering: values should be 1 (default),2,4,8 or 16</texture-filtering-desc>
<disable-wireframe-desc>Disable wireframe drawing mode</disable-wireframe-desc>
<enable-wireframe-desc>Enable wireframe drawing mode</enable-wireframe-desc>

View file

@ -452,6 +452,12 @@
<description>strings/enable-textures-desc</description>
</option>
<option>
<name>materials-file</name>
<arg>file</arg>
<description>strings/materials-file-desc</description>
</option>
<option>
<name>texture-filtering</name>
<arg>value</arg>