Mention the pressence of the <texture-path> option.
This commit is contained in:
parent
b5d69427c5
commit
e359dd504f
1 changed files with 6 additions and 3 deletions
|
@ -86,11 +86,12 @@ FlightGear like this (under Unix-like systems):</p>
|
||||||
<blockquote><pre>fgfs --prop:/sim/model/path=Models/my-cessna.wrl
|
<blockquote><pre>fgfs --prop:/sim/model/path=Models/my-cessna.wrl
|
||||||
</pre></blockquote>
|
</pre></blockquote>
|
||||||
|
|
||||||
<p>(<strong>Note:</strong> any textures used by the model must appear
|
<p>(<strong>Note:</strong> Normaly any textures used by the model must appear
|
||||||
in the same directory. If <code>my-cessna.wrl</code> uses the
|
in the same directory. If <code>my-cessna.wrl</code> uses the
|
||||||
textures <code>cessna01.rgb</code> and <code>cessna02.rgb</code>, you
|
textures <code>cessna01.rgb</code> and <code>cessna02.rgb</code>, you
|
||||||
must also install those textures in
|
should install those textures in <code>$FG_ROOT/Models/</code>.
|
||||||
<code>$FG_ROOT/Models/</code>.)</p>
|
It is howerever possible to specify a path (relative to the model path)
|
||||||
|
to specify where the textures could be found.)</p>
|
||||||
|
|
||||||
<p>When you want to set a 3D model permanently as the default for an
|
<p>When you want to set a 3D model permanently as the default for an
|
||||||
aircraft rather than specifying it on the command line, you need to
|
aircraft rather than specifying it on the command line, you need to
|
||||||
|
@ -118,6 +119,7 @@ it, then changing the value inside the <var>path</var> element inside
|
||||||
<sim>
|
<sim>
|
||||||
<model>
|
<model>
|
||||||
<path>Models/my-cessna.wrl</path>
|
<path>Models/my-cessna.wrl</path>
|
||||||
|
<texture-path>./Textures</texture-path>
|
||||||
</model>
|
</model>
|
||||||
</sim>
|
</sim>
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
@ -134,6 +136,7 @@ information:</p>
|
||||||
|
|
||||||
<blockquote><pre><PropertyList>
|
<blockquote><pre><PropertyList>
|
||||||
<path>my-cessna.wrl</path>
|
<path>my-cessna.wrl</path>
|
||||||
|
<texture-path>./Textures</texture-path>
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
</pre></blockquote>
|
</pre></blockquote>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue