浏览代码

<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 8 年之前
父节点
当前提交
dcca6921e9
共有 1 个文件被更改,包括 2 次插入9 次删除
  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
 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
 file to created (after running the script). This KeyFrame file can
 be loaded into the <em>Keyframe Animation</em> panel for fine
@@ -18,11 +17,6 @@ selecting <em>Scripting->Play Script</em>.
 
 <h3>Flags:</h3>
 <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>
 <dd>Full render
 <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>
 <dd>The comma separated geographic coordinates for keyframe locations.
-<dd>The interactive flag (<em>-i</em>) overrides this option.
 
 </dl>
 
@@ -87,7 +80,7 @@ the scene, run the following:
 <div class="code"><pre>
 g.region raster=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>
 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: