From e359dd504f6a17423f0c0b7b3db6fcc4cced9d09 Mon Sep 17 00:00:00 2001
From: ehofman
-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/
.)
$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>