Moritz Lennert 2b56d2452d Various typos (fixes https://trac.osgeo.org/grass/ticket/2882 Patch for various spelling errors (sebastic)) пре 9 година
..
Makefile 9fbd03eba7 remove unused ffmpeg (libavutil) dependency (used by older nviz, now creating issues with includes https://trac.osgeo.org/grass/ticket/2017) пре 10 година
README db49180dd7 welcome to GRASS 7.0.svn пре 17 година
TODO db49180dd7 welcome to GRASS 7.0.svn пре 17 година
gk.c 2df5ef53cd minor doxygen fixes пре 10 година
gk2.c 2df5ef53cd minor doxygen fixes пре 10 година
gp.c 9f261a7fd6 move prototypes from include/ to include/defs пре 13 година
gp2.c 2df5ef53cd minor doxygen fixes пре 10 година
gp3.c 2df5ef53cd minor doxygen fixes пре 10 година
gpd.c 412a80b33b ogsf: fix z shift of points пре 11 година
gs.c ff3feb12e7 various typos fixed (via Debian lintian QA tool, contributor: sebastic; trac https://trac.osgeo.org/grass/ticket/2841) пре 9 година
gs2.c a8ef11c6cd various typo fixes, found by the Debian lintian QA tool пре 9 година
gs3.c 2df5ef53cd minor doxygen fixes пре 10 година
gs_bm.c 2df5ef53cd minor doxygen fixes пре 10 година
gs_norms.c 2df5ef53cd minor doxygen fixes пре 10 година
gs_query.c 2df5ef53cd minor doxygen fixes пре 10 година
gs_util.c 2df5ef53cd minor doxygen fixes пре 10 година
gsd_cplane.c 2df5ef53cd minor doxygen fixes пре 10 година
gsd_fonts.c 2df5ef53cd minor doxygen fixes пре 10 година
gsd_fringe.c 2df5ef53cd minor doxygen fixes пре 10 година
gsd_img_ppm.c 2df5ef53cd minor doxygen fixes пре 10 година
gsd_img_tif.c a099b8c82b ogsf: fix compilation issue on Cygwin (64bit) пре 9 година
gsd_label.c 2df5ef53cd minor doxygen fixes пре 10 година
gsd_legend.c 2df5ef53cd minor doxygen fixes пре 10 година
gsd_objs.c 2df5ef53cd minor doxygen fixes пре 10 година
gsd_prim.c 2df5ef53cd minor doxygen fixes пре 10 година
gsd_surf.c 2df5ef53cd minor doxygen fixes пре 10 година
gsd_views.c 2df5ef53cd minor doxygen fixes пре 10 година
gsd_wire.c 2df5ef53cd minor doxygen fixes пре 10 година
gsdiff.c 2df5ef53cd minor doxygen fixes пре 10 година
gsdrape.c 2df5ef53cd minor doxygen fixes пре 10 година
gsds.c 2df5ef53cd minor doxygen fixes пре 10 година
gsget.c 2df5ef53cd minor doxygen fixes пре 10 година
gsget.h 9f261a7fd6 move prototypes from include/ to include/defs пре 13 година
gsx.c 2df5ef53cd minor doxygen fixes пре 10 година
gv.c d6392e0bcc libogsf/wxGUI: fix selecting if render 3d lines as draped or as 3D пре 10 година
gv2.c d6392e0bcc libogsf/wxGUI: fix selecting if render 3d lines as draped or as 3D пре 10 година
gv3.c 2df5ef53cd minor doxygen fixes пре 10 година
gv_quick.c 2df5ef53cd minor doxygen fixes пре 10 година
gvd.c d6392e0bcc libogsf/wxGUI: fix selecting if render 3d lines as draped or as 3D пре 10 година
gvl.c 2df5ef53cd minor doxygen fixes пре 10 година
gvl2.c 2df5ef53cd minor doxygen fixes пре 10 година
gvl3.c 2df5ef53cd minor doxygen fixes пре 10 година
gvl_calc.c 2df5ef53cd minor doxygen fixes пре 10 година
gvl_calc2.c 2df5ef53cd minor doxygen fixes пре 10 година
gvl_file.c 2df5ef53cd minor doxygen fixes пре 10 година
gvld.c 2b56d2452d Various typos (fixes https://trac.osgeo.org/grass/ticket/2882 Patch for various spelling errors (sebastic)) пре 9 година
mc33_table.h 2df5ef53cd minor doxygen fixes пре 10 година
ogsflib.dox 2df5ef53cd minor doxygen fixes пре 10 година
rgbpack.h 013f88a523 ogsf sync'ed with devbr6: initial code doxygenization, minor library cleaning (https://trac.osgeo.org/grass/changeset/31312, https://trac.osgeo.org/grass/changeset/31304, https://trac.osgeo.org/grass/changeset/31271) пре 17 година
rowcol.h 2333487ddb size_t: update ogsf lib пре 12 година
trans.c 2df5ef53cd minor doxygen fixes пре 10 година

README

The openGL gsurf library (ogsf), consisting of approximately 20,000 lines
of C code, contains some 180 public functions and about twice as many
internal functions for run-time data storage, manipulation, querying,
and visualization using OpenGL.
The library handles all drawing and lighting operations, including use of
user-defined clipping planes and drawing various style "fences" on clipping
planes when drawing multiple surfaces, and treats datasets as objects which
can be used for various attributes of the rendering. It allows data
sharing (e.g., same data for more than one attribute of same or different
surfaces), separate masking for each surface, multiple surfaces, vector sets,
or point sets, and will also allow multiple volumes. The library provides
all query features such as 3D "point on surface", keyframe animation routines,
and full state saving functionality. Database-specific routines for
interfacing with the GRASS GISlib are kept isolated for easier library reuse
with other databases. The gsurf library is not dependent upon any particular
interface library, and has been used successfully with both Motif and Tcl/Tk.
It is used for NVIZ visualization tool.


moved from src.contrib/GMSL/NVIZ2.2/lobes/ogsf/
to src/libes/ogsf/

Updated src.contrib/GMSL/NVIZ2.2/Gmakefile for that.
10/1999 Markus Neteler

10/99 - changed gsd_img.c to uncompressed IRIS RGB
2/26/96 - some minor cleanup (mca)