[GRASS-SVN] r48684 - in grass/branches/releasebranch_6_4:
gui/wxpython/docs gui/wxpython/xml visualization/nviz2/cmd
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 9 06:21:17 EDT 2011
Author: martinl
Date: 2011-10-09 03:21:17 -0700 (Sun, 09 Oct 2011)
New Revision: 48684
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.Nviz.html
grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
grass/branches/releasebranch_6_4/visualization/nviz2/cmd/Makefile
grass/branches/releasebranch_6_4/visualization/nviz2/cmd/description.html
grass/branches/releasebranch_6_4/visualization/nviz2/cmd/main.c
Log:
nviz_cmd -> m.nviz.image (part 1)
(merge r48567 from devbr6)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.Nviz.html
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.Nviz.html 2011-10-08 21:36:48 UTC (rev 48683)
+++ grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.Nviz.html 2011-10-09 10:21:17 UTC (rev 48684)
@@ -312,7 +312,7 @@
See also <a href="http://grass.osgeo.org/wiki/WxNVIZ">wiki</a> page.
<br><br>
-Command-line module <em><a href="nviz_cmd.html">nviz_cmd</a></em>.
+Command-line module <em><a href="m.nviz.image.html">m.nviz.image</a></em>.
<br><br>
Original <a href="nviz.html">TCL/TK-based</a> Nviz.
Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2011-10-08 21:36:48 UTC (rev 48683)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml 2011-10-09 10:21:17 UTC (rev 48684)
@@ -672,11 +672,11 @@
<command>nviz</command>
</menuitem>
<menuitem>
- <label>NVIZ (non-interactive)</label>
+ <label>3D image rendering</label>
<help>Allows rendering GIS data is a 3D space.</help>
<keywords>visualization,raster,vector,raster3d</keywords>
<handler>OnMenuCmd</handler>
- <command>nviz_cmd</command>
+ <command>m.nviz.image</command>
</menuitem>
<separator />
<menuitem>
Modified: grass/branches/releasebranch_6_4/visualization/nviz2/cmd/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/visualization/nviz2/cmd/Makefile 2011-10-08 21:36:48 UTC (rev 48683)
+++ grass/branches/releasebranch_6_4/visualization/nviz2/cmd/Makefile 2011-10-09 10:21:17 UTC (rev 48684)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../../..
-PGM = nviz_cmd
+PGM = m.nviz.image
ifeq ($(OPENGL_X11),1)
OGL_LIBS := $(OPENGLULIB) $(OPENGLLIB) $(XLIBPATH) $(XLIB) -lXmu -lXext $(XEXTRALIBS) $(MATHLIB)
Modified: grass/branches/releasebranch_6_4/visualization/nviz2/cmd/description.html
===================================================================
--- grass/branches/releasebranch_6_4/visualization/nviz2/cmd/description.html 2011-10-08 21:36:48 UTC (rev 48683)
+++ grass/branches/releasebranch_6_4/visualization/nviz2/cmd/description.html 2011-10-09 10:21:17 UTC (rev 48684)
@@ -1,6 +1,6 @@
<h2>DESCRIPTION</h2>
-<em>nviz_cmd</em> allows users to realistically render multiple
+<em>m.nviz.image</em> allows users to realistically render multiple
<em>surfaces</em> (raster data) in a 3D space, optionally using
thematic coloring, draping 2D <em>vector</em> data over the surfaces,
displaying 3D vector data in the space, and visualization
@@ -12,13 +12,13 @@
<div class="code"><pre>
g.region rast=elevation
-nviz_cmd elevation_map=elevation output=elev perspective=15
+m.nviz.image elevation_map=elevation output=elev perspective=15
</pre></div>
<h2>SEE ALSO</h2>
<em>
-<a HREF="wxGUI.Nviz.html">wxGUI 3D Viewer</a>
+<a HREF="wxGUI.Nviz.html">wxGUI 3D view mode</a>
</em>
<h2>AUTHOR</h2>
Modified: grass/branches/releasebranch_6_4/visualization/nviz2/cmd/main.c
===================================================================
--- grass/branches/releasebranch_6_4/visualization/nviz2/cmd/main.c 2011-10-08 21:36:48 UTC (rev 48683)
+++ grass/branches/releasebranch_6_4/visualization/nviz2/cmd/main.c 2011-10-09 10:21:17 UTC (rev 48684)
@@ -1,7 +1,7 @@
/****************************************************************************
*
- * MODULE: nviz_cmd
+ * MODULE: m.nviz.image
*
* AUTHOR(S): Martin Landa <landa.martin gmail.com> (Google SoC 2008/2010)
*
More information about the grass-commit
mailing list