~ubuntu-branches/ubuntu/wily/grass/wily

« back to all changes in this revision

Viewing changes to visualization/nviz/html/nviz_panel_move.html

Tags: 7.0.0~rc1+ds1-1~exp1
* New upstream release candidate.
* Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
* Drop build dependencies for Tcl/Tk, add build dependencies:
  python-numpy, libnetcdf-dev, netcdf-bin, libblas-dev, liblapack-dev
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update paths to use grass70.
* Add configure options: --with-netcdf, --with-blas, --with-lapack,
  remove --with-tcltk-includes.
* Update patches for GRASS 7.
* Update copyright file, changes:
  - Update copyright years
  - Group files by license
  - Remove unused license sections
* Add patches for various typos.
* Fix desktop file with patch instead of d/rules.
* Use minimal dh rules.
* Bump Standards-Version to 3.9.6, no changes.
* Use dpkg-maintscript-helper to replace directories with symlinks.
  (closes: #776349)
* Update my email to use @debian.org address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<head>
3
 
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4
 
 <title>NVIZ Manual</title>
5
 
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
6
 
</head>
7
 
 
8
 
<body bgcolor="#FFFFFF" link="#0000DF" vlink="#006000">
9
 
 
10
 
<img src="grass_logo.png"><hr align=center size=6 noshade>
11
 
 
12
 
<h1>NVIZ Reference Manual</h1>
13
 
<hr width="100%" align=center size=4 noshade>
14
 
<p>
15
 
<a href="nviz_toc.html">CONTENTS</a>
16
 
</p>
17
 
 
18
 
<h2>Movement Panel</h2>
19
 
 
20
 
<p>The <strong>Movement</strong> panel always appears at the top of the 
21
 
<strong>Controls</strong> window. You use the <strong>Movement</strong> 
22
 
panel to set the position, direction, and perspective of the view. As you 
23
 
change movement options, a low resolution or wire grid of the surface 
24
 
redraws (<strong><em>fast display mode</em></strong>) showing the results 
25
 
of your changes.</p>
26
 
 
27
 
<BR><BR>
28
 
<DL><DD>
29
 
<img src="nvimg/panel/main.gif" alt = "Movement Panel" width="302" height="323">
30
 
</DD></DL>
31
 
<BR><BR>
32
 
 
33
 
<h3>OPTIONS</h3>
34
 
 
35
 
<dl>
36
 
<dt> <strong>Auto: Clear</strong></dt>
37
 
<dd>Clears the screen before drawing the surfaces (if selected).<br><br></dd>
38
 
 
39
 
<dt> <strong>Auto: Draw</strong></dt>
40
 
<dd>Redraws the scene each time the view changes (if selected).<br><br></dd>
41
 
 
42
 
<dt> <strong>Feature: Surface</strong></dt>
43
 
<dd>Draws all loaded surfaces (if selected).<br><br></dd>
44
 
 
45
 
<dt> <strong>Feature: Vectors</strong></dt>
46
 
<dd>Draws all loaded vectors (if selected).<br><br></dd>
47
 
  
48
 
<dt> <strong>Feature: Sites</strong></dt>
49
 
<dd>Draws all loaded sites files (if selected).<br><br></dd>
50
 
 
51
 
<dt> <strong>Draw</strong></dt>
52
 
<dd>Draws selected files using the current viewing and lighting options.
53
 
<br><br></dd>
54
 
 
55
 
<dt> <strong>Clear</strong></dt>
56
 
<dd>Clears the screen to the background color.<br><br></dd>   
57
 
 
58
 
<dt> <strong>Cancel</strong></dt>
59
 
<dd>Cancels the drawing in progress.<br><br></dd>
60
 
 
61
 
<dt> <strong>View: eye</strong></dt>
62
 
<dd>Sets the position box (directly below) to control the eye position 
63
 
of the view. The view center remains unchanged.<br><br></dd>
64
 
 
65
 
<dt> <strong>View: center</strong></dt>
66
 
<dd>Sets the position box (directly below) to control the view center 
67
 
position. The eye position remains unchanged.<br><br></dd>
68
 
 
69
 
<dt> <strong>Position Box</strong></dt>
70
 
<dd>If the <strong><em>eye</em></strong> view is selected, the position 
71
 
box shows a puck with a direction arrow pointing to the center. The direction arrow indicates the look direction (azimuth). You click and drag the puck to change the current eye position. The box annotations are <strong><em>N</em></strong>orth, <strong><em>S</em></strong>outh, <strong><em>E</em></strong>ast, and <strong><em>W</em></strong>est.
72
 
<br><br>
73
 
If the <strong><em>center</em></strong> view is selected, the position
74
 
box shows as a cross hair. You click and drag the cross hair to change the current center of view.<br><br></dd> 
75
 
 
76
 
 
77
 
<dt> <strong>Height</strong></dt>
78
 
<dd> Adjusts the viewer's height above the scene.<br><br></dd>
79
 
 
80
 
<dt> <strong>zexag</strong></dt>
81
 
<dd> Adjusts the vertical exaggeration of the surface. As an example, 
82
 
if the easting and northing are in meters and the elevation in feet, 
83
 
a vertical exaggeration of .305 would produce a true (unexaggerated) 
84
 
surface. <br><br></dd>
85
 
 
86
 
<dt> <strong>Look here</strong></dt>
87
 
<dd> Allows you to select a point on the surface that becomes the new 
88
 
center of view. 
89
 
<br><br></dd>   
90
 
 
91
 
<dt> <strong>Look center</strong></dt>
92
 
<dd>Resets the view to the original default center of view.
93
 
<br><br></dd>   
94
 
 
95
 
<dt> <strong>Look top</strong></dt>
96
 
<dd>Sets the viewer directly over the scene's center position. This 
97
 
<strong><em>top</em></strong> view orients approximately north south.
98
 
<br><br></dd>
99
 
 
100
 
<dt> <strong>Look cancel</strong></dt>
101
 
<dd> Allows you to move over the surface with no center of view. 
102
 
<br><br></dd>   
103
 
 
104
 
<dt> <strong>perspective</strong></dt>
105
 
<dd> Adjusts the viewer's angle of view.<br><br></dd> 
106
 
 
107
 
 <dt> <strong>twist</strong></dt>
108
 
<dd> Rotates the scene about the horizontal axis. An angle of 0 is flat. 
109
 
The scene rotates between -90 and 90 degrees.<br><br></dd> 
110
 
 
111
 
<dt> <strong>RESET</strong></dt>
112
 
<dd>Returns all current settings to their startup values.<br><br></dd>  
113
 
 
114
 
</dl>
115
 
 
116
 
</body>
117
 
</html>