Explorar o código

<m.nviz.script> - old manuals? (fix https://trac.osgeo.org/grass/ticket/3040) (merge https://trac.osgeo.org/grass/changeset/69230 from trunk)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@69232 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=8) %!d(string=hai) anos
pai
achega
dcca6921e9
Modificáronse 1 ficheiros con 2 adicións e 9 borrados
  1. 2 9
      misc/m.nviz.script/m.nviz.script.html

+ 2 - 9
misc/m.nviz.script/m.nviz.script.html

@@ -3,8 +3,7 @@
 The <em>m.nviz.script</em> program allows the user to easily create a script
 The <em>m.nviz.script</em> program allows the user to easily create a script
 that can be run in NVIZ to fly through a terrain.
 that can be run in NVIZ to fly through a terrain.
 
 
-The NVIZ flight path can be chosen interactively from the GRASS
-monitor (<em>-i</em>) or supplied on the command line as comma
+The NVIZ flight path can be supplied on the command line as comma
 separated coordinates. The program optionally allows a KeyFrame
 separated coordinates. The program optionally allows a KeyFrame
 file to created (after running the script). This KeyFrame file can
 file to created (after running the script). This KeyFrame file can
 be loaded into the <em>Keyframe Animation</em> panel for fine
 be loaded into the <em>Keyframe Animation</em> panel for fine
@@ -18,11 +17,6 @@ selecting <em>Scripting->Play Script</em>.
 
 
 <h3>Flags:</h3>
 <h3>Flags:</h3>
 <dl>
 <dl>
-<dt><b>-i</b>
-<dd>Intercative mode
-<dd>The user selects the camera path from the GRASS monitor by
-	clicking the left mouse button along the route. Click the
-	right mouse button to finish.
 <dt><b>-f</b>
 <dt><b>-f</b>
 <dd>Full render
 <dd>Full render
 <dd>The script will draw all loaded NVIZ data and save scene to PPM image.
 <dd>The script will draw all loaded NVIZ data and save scene to PPM image.
@@ -75,7 +69,6 @@ number 2000.
 
 
 <dt><b>route</b>
 <dt><b>route</b>
 <dd>The comma separated geographic coordinates for keyframe locations.
 <dd>The comma separated geographic coordinates for keyframe locations.
-<dd>The interactive flag (<em>-i</em>) overrides this option.
 
 
 </dl>
 </dl>
 
 
@@ -87,7 +80,7 @@ the scene, run the following:
 <div class="code"><pre>
 <div class="code"><pre>
 g.region raster=elevation.dem
 g.region raster=elevation.dem
 d.rast elevation.dem
 d.rast elevation.dem
-m.nviz.script -ik input=elevation.dem output=nviz.script dist=2400 ht=1220 frames=1000
+m.nviz.script -k input=elevation.dem output=nviz.script dist=2400 ht=1220 frames=1000
 </pre></div>
 </pre></div>
 In the above the example the user is prompted to select the route from the GRASS monitor.
 In the above the example the user is prompted to select the route from the GRASS monitor.
 The output script, 'nviz.script.nvscr', can then be run in NVIZ:
 The output script, 'nviz.script.nvscr', can then be run in NVIZ: