Преглед на файлове

wxNviz: update man page

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49282 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová преди 13 години
родител
ревизия
624f44f91e
променени са 2 файла, в които са добавени 27 реда и са изтрити 31 реда
  1. 27 31
      gui/wxpython/docs/wxGUI.Nviz.html
  2. BIN
      gui/wxpython/docs/wxGUI_nviz_toolbar.jpg

+ 27 - 31
gui/wxpython/docs/wxGUI.Nviz.html

@@ -41,30 +41,9 @@ the 3D display mode.
 </center>
 </center>
 
 
 <dl>
 <dl>
-  <dt><img src="icons/3d-view.png">&nbsp;
-    <em>Switch to view page</em></dt>
-  <dd>Switch 3D Layer Manager Toolbox's page to the <b>view</b>
-  control page.</dd>
-  <dt><img src="icons/3d-raster.png">&nbsp;
-    <em>Switch to surface page</em></dt>
-  <dd>Switch 3D Layer Manager Toolbox's page to the <b>surface</b>
-  control page (data properties).</dd>
-  <dt><img src="icons/3d-vector.png">&nbsp;
-    <em>Switch to vector page</em></dt>
-  <dd>Switch 3D Layer Manager Toolbox's page to the <b>vector</b>
-  control page (data properties).</dd>
-  <dt><img src="icons/3d-volume.png">&nbsp;
-    <em>Switch to volume page</em></dt>
-  <dd>Switch 3D Layer Manager Toolbox's page to the <b>volume</b>
-  control page (data properties).</dd>
-  <dt><img src="icons/3d-light.png">&nbsp;
-    <em>Switch to light page</em></dt>
-  <dd>Switch 3D Layer Manager Toolbox's page to the <b>light</b>
-  control page (appearance).</dd>
-  <dt><img src="icons/3d-fringe.png">&nbsp;
-    <em>Switch to fringe page</em></dt>
-  <dd>Switch 3D Layer Manager Toolbox's page to the <b>fringe</b>
-  control page (appearance).</dd>
+  <dt><img src="icons/script-save.png">&nbsp;
+    <em>Generate command for m.nviz.image</em></dt>
+  <dd>Generate command for m.nviz.image based on current state.</dd>
   <dt><img src="icons/settings.png">&nbsp;
   <dt><img src="icons/settings.png">&nbsp;
     <em>Show 3D view mode settings</em></dt>
     <em>Show 3D view mode settings</em></dt>
   <dd>Show dialog with settings for wxGUI 3D view mode. The user
   <dd>Show dialog with settings for wxGUI 3D view mode. The user
@@ -72,10 +51,6 @@ the 3D display mode.
   <dt><img src="icons/help.png">&nbsp;
   <dt><img src="icons/help.png">&nbsp;
     <em>Show help</em></dt>
     <em>Show help</em></dt>
   <dd>Show this help.</dd>
   <dd>Show this help.</dd>
-  <dt><img src="icons/quit.png">&nbsp;
-    <em>Quit</em></dt>
-  <dd>Quit 3D view mode and switch map display to the 2D view
-  mode.</dd>
 </dl>
 </dl>
 
 
 <h2>3D View Layer Manager Toolbox</h2>
 <h2>3D View Layer Manager Toolbox</h2>
@@ -88,6 +63,7 @@ has several tabs:
   <li><b>Data</b> for data properties,</li>
   <li><b>Data</b> for data properties,</li>
   <li><b>Appearance</b> for appearance settings (lighting, fringes, ...).</li>
   <li><b>Appearance</b> for appearance settings (lighting, fringes, ...).</li>
   <li><b>Analysis</b> for various data analyses (only cutting planes so far).</li>
   <li><b>Analysis</b> for various data analyses (only cutting planes so far).</li>
+  <li><b>Animation</b> for creating simple animations.</li>
 </ul>
 </ul>
 
 
 <h3>View</h3>
 <h3>View</h3>
@@ -129,6 +105,17 @@ View parameters can be controlled by sliders or edited directly in text box.
 It's possible to enter values which are out of slider's range (and it will 
 It's possible to enter values which are out of slider's range (and it will 
 adjust then).
 adjust then).
 
 
+<h4>Fly-through mode</h4>
+View can be changed in fly-through mode (can be activated in Map Display toolbar),
+which enables to change the view smoothly and therefore it is suitable
+for creating animation (see below). To start flying, press left mouse button
+and hold it down to continue flying. Flight direction is controlled by mouse cursor
+position on screen. Flight speed can be increased/decreased stepwise by keys
+PageUp/PageDown, Home/End or Up/Down arrows.
+Speed is increased multiple times while Shift key is held down. Holding down
+Ctrl key switches flight mode in the way that position of viewpoint is
+changed (not the direction).
+
 <h3>Data properties</h3> 
 <h3>Data properties</h3> 
 This tab allows to control parameters related to map layers. It consists
 This tab allows to control parameters related to map layers. It consists
 of four collapsible panels - <em>Surface</em>, <em>Constant surface</em>, 
 of four collapsible panels - <em>Surface</em>, <em>Constant surface</em>, 
@@ -346,6 +333,17 @@ The <em>Decorations</em> panel enables to display north arrow and simple
 scale bar. North arrow and scale bar length is determined in map units. 
 scale bar. North arrow and scale bar length is determined in map units. 
 You can display more than one scale bar.
 You can display more than one scale bar.
 
 
+<h3>Animation</h3>
+Animation panel enables to create a simple animation as a sequence of images.
+Press 'Record' button and start changing the view. Views are
+recorded in given interval (FPS - Frames Per Second). After recording,
+the animation can be replayed. To save the animation, fill in the
+directory and file prefix, choose image format (PPM or TIF) and then
+press 'Save'. Now wait until the last image is generated.
+
+It is recommended to record animations using fly-through mode to achieve
+smooth motion.
+
 <h2>Settings</h2>
 <h2>Settings</h2>
 
 
 This panel has controls which allows user to set default surface,
 This panel has controls which allows user to set default surface,
@@ -357,9 +355,7 @@ parameters, or to set the background color of the Map Display Window
 <h2>To be implement</h2>
 <h2>To be implement</h2>
 
 
 <ul>
 <ul>
-  <li>Improve intuitive navigation (mouse, fly mode)</li>
-  <li>Animation capabilities</li>
-  <li>Labels, decoration, etc.</li>
+  <li>Labels, decoration, etc. (Implemented, but not fully functional)</li>
   <li>Surface - mask by zero/elevation, more interactive positioning</li>
   <li>Surface - mask by zero/elevation, more interactive positioning</li>
   <li>Vector points - implement display mode flat/surface for 2D points</li>
   <li>Vector points - implement display mode flat/surface for 2D points</li>
   <li>...</li>
   <li>...</li>

BIN
gui/wxpython/docs/wxGUI_nviz_toolbar.jpg