wxGUI.Nviz.html 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. <h2>DESCRIPTION</h2>
  2. <b>Note:</b> <em>wxGUI Nviz extension is currently under development. Not
  3. all functionality is implemented.</em>
  4. <p>
  5. <b>wxGUI Nviz extension</b> allows users to realistically render multiple
  6. <em>surfaces</em> (raster data) in a 3D space, optionally using
  7. thematic coloring, draping 2D <em>vector</em> data over the surfaces,
  8. displaying 3D vector data in the space, and visualization
  9. of <em>volume</em> data (3D raster data).
  10. <p>
  11. Nviz is emphasized on the ease and speed of viewer positioning and
  12. provided flexibility for using a wide range of data. A low resolution
  13. surface or wire grid (optional) provides real-time viewer positioning
  14. capabilities. Coarse and fine resolution controls allow the user to
  15. further refine drawing speed and detail as needed. Continuous scaling
  16. of elevation provides the ability to use various data types for the
  17. vertical dimension.
  18. <p>
  19. For each session of Nviz, you might want the same set of 2D/3D raster
  20. and vector data, view parameters, or other attributes. For consistency
  21. between sessions, you can store this information in
  22. the <em>workspace</em> file (gxw). Workspace file contains information
  23. to restore "state" of the system in 2D and if Nviz is enabled also in
  24. the 3D display mode.
  25. <h2>Data visualization</h2>
  26. <h3>Surfaces</h3>
  27. Each active raster map layer from the current layer tree is displayed
  28. as surface in the 3D space. Separate raster data or constants can be
  29. used for various attributes of the surface:
  30. <ul>
  31. <li><b>topography</b> - raster map or constant values used as elevation (z
  32. values) for the current surface.</li>
  33. <li><b>color</b> - raster map or constant color to drape over the current
  34. surface. This option is useful for draping imagery such as aerial
  35. photography over a DEM.</li>
  36. <li><b>mask</b> - raster map that controls the areas displayed from
  37. the current surface.</li>
  38. <li><b>transparency</b> - raster map or constant value that controls
  39. the transparency of the current surface. The default is completely
  40. opaque. Range from 0 (opaque) to 255 (transparent).</li>
  41. <li><b>shininess</b> - raster map or constant value that controls
  42. the shininess (reflectivity) of the current surface. Range from 0 to
  43. 255.</li>
  44. <li><b>emission</b> - raster map or constant value that controls the
  45. light emitted from the current surface. Range from 0 to 255.</li>
  46. </ul>
  47. <h3>Vector data</h3>
  48. 2D vector data can be draped on the selected surfaces with various
  49. markers to represent point data; you can use attribute of vector
  50. features to determine size, color, shape of glyph.
  51. 3D vector data including volumes (closed group of faces with one
  52. kernel inside) is also supported.
  53. <h3>Volumes</h3>
  54. Volumes can be displayed either as isosurfaces or slices. Various
  55. attributes of the isosurface can be defined, similarly to surface
  56. attributes:
  57. <ul>
  58. <li><b>level</b> - reference isosurface level (height in map
  59. units).</li>
  60. <li><b>color</b> - raster map or constant color to drape over the
  61. current volume.</li>
  62. <li><b>mask</b> - raster map that controls the areas displayed from
  63. the current volume.</li>
  64. <li><b>transparency</b> - raster map or constant value that controls
  65. the transparency of the current volume. The default is completely
  66. opaque. Range from 0 (opaque) to 255 (transparent).</li>
  67. <li><b>shininess</b> - raster map or constant value that controls
  68. the shininess (reflectivity) of the current volume. Range from 0 to
  69. 255.</li>
  70. <li><b>emission</b> - raster map or constant value that controls the
  71. light emitted from the current volume. Range from 0 to 255.</li>
  72. </ul>
  73. <h2>Nviz Toolbox Window</h2>
  74. The toolbox window has currently three tabs:
  75. <ul>
  76. <li>View<li>
  77. <li>Layer properties<li>
  78. <li>Settings</li>
  79. </ul>
  80. <h3>View</h3>
  81. You can use this panel to set the <em>position, direction, and
  82. perspective</em> of the view. The position box shows a puck with a
  83. direction line pointing to the center. The direction line indicates
  84. the look direction (azimuth). You click and drag the puck to change
  85. the current eye position. The box annotations are North, South,
  86. East, and West. You can also set exact position using <em>Look
  87. at</em> choice control.
  88. <center>
  89. <br><img src="wxGUI_nviz_tools_view.jpg" border="1"><br><br>
  90. </center>
  91. You can adjust the viewer's height above the scene, angle of view or
  92. twist value to rotate the scene about the horizontal axis. An angle of
  93. 0 is flat. The scene rotates between -90 and 90 degrees.
  94. <p>
  95. You can also adjusts the vertical exaggeration of the surface. As an
  96. example, if the easting and northing are in meters and the elevation
  97. in feet, a vertical exaggeration of 0.305 would produce a true
  98. (unexaggerated) surface.
  99. <p>
  100. <em>Reset</em> returns all current settings to their default values.
  101. <h3>Surface properties</h3>
  102. This panel controls how loaded surfaces are drawn. The top half of the
  103. panel has options to set, unset or modify attributes of the current
  104. surface.The bottom half has drawing style options, masking or changing
  105. surface position in the space.
  106. <center>
  107. <br><img src="wxGUI_nviz_tools_surface.jpg" border="1"><br><br>
  108. </center>
  109. Surface can be drawn as a wire mesh or using filled polygons (most
  110. realistic). You can set draw <b>mode</b> to <em>coarse</em> (fast
  111. display mode), <em>fine</em> (draws surface as filled polygons with
  112. fine resolution) or <em>both</em> (which combines coarse and fine
  113. mode). Additionally set coarse <b>style</b> to <em>wire</em> to draw
  114. the surface as wire mesh (you can also choose color of the
  115. wire) or <em>surface</em> to draw the surface using coarse resolution
  116. filled polygons. This is a low resolution version of the polygon
  117. surface style.
  118. E.g. surface is drawn as a wire mesh if you set <b>mode</b>
  119. to <em>coarse</em> and <b>style</b> to <em>wire</em>. Note that it
  120. differs from the mesh drawn in fast display mode because hidden lines
  121. are not drawn. To draw the surface using filled polygons, but with
  122. wire mesh draped over it, choose <b>mode</b> <em>both</em>
  123. and <b>style</b> <em>wire</em>.
  124. Beside mode and style you can also choose style of <b>shading</b> used
  125. for the surface. <em>Gouraud</em> style draws the surfaces with a
  126. smooth shading to blend individual cell colors together, <em>flat</em>
  127. draws the surfaces with flat shading with one color for every two
  128. cells. The surface appears faceted.
  129. <p>
  130. To set given draw settings for all loaded surfaces press button
  131. "All".
  132. <h3>Vector properties</h3>
  133. This panel controls how loaded 2D or 3D vector data are drawn.
  134. <p>
  135. You can define the width (in pixels) of the line features, the color
  136. used for lines or point markers.
  137. <center>
  138. <br><img src="wxGUI_nviz_tools_vector.jpg" border="1"><br><br>
  139. </center>
  140. If vector map is 2D you can display vector features as flat at a
  141. specified elevation or drape it over a surface(s) at a specified
  142. height. Use the height control to set the flat elevation or the drape
  143. height above the surface(s).
  144. <p>
  145. For display purposes, it is better to set the height slightly above
  146. the surface. If the height is set at zero, portions of the vector may
  147. disappear into the surface(s).
  148. <p>
  149. For 2D/3D vector points you can also set the size of the markers and
  150. the width (in pixels) of the line used to draw the point markers (only
  151. applies to wire-frame markers). Currently are implemented these
  152. markers:
  153. <ul>
  154. <li><b>x</b> sets the current points markers to a 2D "X";</li>
  155. <li><b>sphere</b> - solid 3D sphere;</li>
  156. <li><b>diamond</b> - solid 3D diamond;</li>
  157. <li><b>cube</b> - solid 3D cube;</li>
  158. <li><b>box</b> - hollow 3D cube;</li>
  159. <li><b>gyroscope</b> - hollow 3D sphere;</li>
  160. <li><b>asterisk</b> - 3D line-star;</li>
  161. </ul>
  162. <h3>Volume properties</h3>
  163. This panel controls how loaded volumes are drawn. Volume can be drawn
  164. in two different modes: <b>isosurface</b> or <b>slice</b>. The top
  165. part of the panel has drawing style options. The middle part has
  166. controls to add, delete, move up/down selected isosurface or
  167. slices. The bottom part has options to set, unset or modify attributes
  168. of the current isosurface or slice.
  169. <center>
  170. <br><img src="wxGUI_nviz_tools_volume.jpg" border="1"><br><br>
  171. </center>
  172. Similarly to surface panel you can define draw <b>shading</b>
  173. - <em>gouraud</em> (draws the volumes with a smooth shading to blend
  174. individual cell colors together) and <em>flat</em> (draws the volumes
  175. with flat shading with one color for every two cells. The volume
  176. appears faceted). As mentioned above currently are supported two
  177. visualization modes:
  178. <ul>
  179. <li><b>isosurface</b> - the levels of values for drawing the
  180. volume(s) as isosurfaces;</li>
  181. <li>and <b>slice</b> - the levels of values for drawing the volume
  182. as cross-sections.</li>
  183. </ul>
  184. <h2>Settings</h2>
  185. This panel has controls which allows user to set default surface,
  186. vector and volume data attributes. You can also modify default view
  187. parameters, or to set the background color of the Map Display Window
  188. (the default color is white).
  189. <h2>To be implement</h2>
  190. <ul>
  191. <li>Improve intuitive navigation (mouse, fly mode)</li>
  192. <li>Interactive lighting controls</li>
  193. <li>Animation capabilities</li>
  194. <li>Data querying and measuring</li>
  195. <li>Arbitrary cutting planes</li>
  196. <li>Labels, decoration, etc.</li>
  197. <li>Scripting capabilities</li>
  198. <li>Better workspace support (view settings, lighting)
  199. <li>Image Dump</li>
  200. <li>Surface - mask by zero/elevation, more interactive positioning</li>
  201. <li>Vector points - implement display mode flat/surface for 2D points</li>
  202. <li>Volume - slice draw mode</li>
  203. <li>...</li>
  204. </ul>
  205. <p>
  206. <b>Please note that the wxGUI Nviz extension is under active development and
  207. distributed as &quot;Experimental Prototype&quot;.</b>
  208. <h2>SEE ALSO</h2>
  209. See also <a href="http://grass.osgeo.org/wiki/WxNVIZ">Wiki</a> page.
  210. <br><br>
  211. Command-line module <em><a href="nviz_cmd.html">nviz_cmd</a></em>.
  212. <br><br>
  213. Original <a href="nviz.html">TCL/TK-based</a> Nviz.
  214. <h2>AUTHORS</h2>
  215. Martin Landa, Google Summer of Code 2008 (Mentor: Michael Barton)
  216. <p>
  217. <i>$Date$</i>