Added the help text for the new --materials-file option.
This commit is contained in:
parent
9d238ccbd7
commit
91c202e1cf
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue