[GRASS-SVN] r46834 - grass/trunk/lib/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 29 04:34:56 EDT 2011


Author: annakrat
Date: 2011-06-29 01:34:56 -0700 (Wed, 29 Jun 2011)
New Revision: 46834

Modified:
   grass/trunk/lib/nviz/draw.c
Log:
nviz_cmd: must be drawn here too because of nviz_cmd

Modified: grass/trunk/lib/nviz/draw.c
===================================================================
--- grass/trunk/lib/nviz/draw.c	2011-06-29 07:35:57 UTC (rev 46833)
+++ grass/trunk/lib/nviz/draw.c	2011-06-29 08:34:56 UTC (rev 46834)
@@ -233,12 +233,10 @@
     if (draw_vol)
 	Nviz_draw_all_vol(data);
 	
-    /*
     for(i = 0; i < data->num_fringes; i++) {
 	struct fringe_data * f = data->fringe[i];
 	GS_draw_fringe(f->id, f->color, f->elev, f->where);
     }
-    */
     
     GS_done_draw();
     GS_set_draw(GSD_BACK);



More information about the grass-commit mailing list