|
@@ -1,20 +1,15 @@
|
|
|
-/*!
|
|
|
- \file draw.cpp
|
|
|
-
|
|
|
- \brief Experimental C++ wxWidgets Nviz prototype -- Draw map objects to GLX context
|
|
|
-
|
|
|
- COPYRIGHT: (C) 2008 by the GRASS Development Team
|
|
|
-
|
|
|
- This program is free software under the GNU General Public
|
|
|
- License (>=v2). Read the file COPYING that comes with GRASS
|
|
|
- for details.
|
|
|
-
|
|
|
- Based on visualization/nviz/src/draw.c and
|
|
|
- visualization/nviz/src/togl_flythrough.c
|
|
|
-
|
|
|
- \author Updated/modified by Martin Landa <landa.martin gmail.com> (Google SoC 2008)
|
|
|
-
|
|
|
- \date 2008
|
|
|
+/**
|
|
|
+ \file nviz/draw.cpp
|
|
|
+
|
|
|
+ \brief wxNviz extension (3D view mode) - draw map objects to GLX context
|
|
|
+
|
|
|
+ This program is free software under the GNU General Public
|
|
|
+ License (>=v2). Read the file COPYING that comes with GRASS
|
|
|
+ for details.
|
|
|
+
|
|
|
+ (C) 2008-2009 by Martin Landa, and the GRASS development team
|
|
|
+
|
|
|
+ \author Martin Landa <landa.martin gmail.com> (Google SoC 2008)
|
|
|
*/
|
|
|
|
|
|
#include "nviz.h"
|