From e359dd504f6a17423f0c0b7b3db6fcc4cced9d09 Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 30 Aug 2004 13:31:43 +0000 Subject: [PATCH] Mention the pressence of the option. --- Docs/model-howto.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Docs/model-howto.html b/Docs/model-howto.html index 9870b902e..bfcd946bd 100644 --- a/Docs/model-howto.html +++ b/Docs/model-howto.html @@ -86,11 +86,12 @@ FlightGear like this (under Unix-like systems):

fgfs --prop:/sim/model/path=Models/my-cessna.wrl
 
-

(Note: any textures used by the model must appear +

(Note: Normaly any textures used by the model must appear in the same directory. If my-cessna.wrl uses the textures cessna01.rgb and cessna02.rgb, you -must also install those textures in -$FG_ROOT/Models/.)

+should install those textures in $FG_ROOT/Models/. +It is howerever possible to specify a path (relative to the model path) +to specify where the textures could be found.)

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 @@ -118,6 +119,7 @@ it, then changing the value inside the path element inside <sim> <model> <path>Models/my-cessna.wrl</path> + <texture-path>./Textures</texture-path> </model> </sim> </PropertyList> @@ -134,6 +136,7 @@ information:

<PropertyList>
  <path>my-cessna.wrl</path>
+ <texture-path>./Textures</texture-path>
 </PropertyList>