Anna Petrášová d9e78d4ee6 ogsf: change field size to prevent crash 11 years ago
..
GK2.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
GP2.c 9eb43785d0 libogsf: doxygen cosmetics 12 years ago
GS2.c 7f16dcdbb0 ogsf: fix exag guess 12 years ago
GSX.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
GS_util.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
GV2.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
GVL2.c 0802e1587d wxNviz: optionally display wire box for volumes (not only for quick draw mode) 12 years ago
Gp3.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
Gs3.c 0044201012 ogsf: fix initialization of variables 12 years ago
Gv3.c 45f1ed635a ogsf: fix crash when unloading areas 12 years ago
Gvl3.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
Makefile 002bbe23df Keep all library dependencies in Grass.make 15 years ago
README db49180dd7 welcome to GRASS 7.0.svn 17 years ago
TODO db49180dd7 welcome to GRASS 7.0.svn 17 years ago
gk.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gp.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gpd.c 412a80b33b ogsf: fix z shift of points 12 years ago
gs.c 17bf321444 ogsf lib: fix return types and var types 13 years ago
gs_bm.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gs_norms.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gs_query.c 1dba9b62d4 dox: fixing several doxygen warnings (wrong file names, typos, lt gt chars) 12 years ago
gsd_cplane.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gsd_fonts.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gsd_fringe.c 07a2bdbddd improved fringe rendering (GL_QUAD_STRIP instead of GL_POLYGON which can't draw concave polygons) 12 years ago
gsd_img_mpeg.c d3b471260a tweaks to get it working on Debian/squeeze, Ubuntu 10.04, and Ubuntu 12.04 (https://trac.osgeo.org/grass/ticket/1423, merge from devbr6) 12 years ago
gsd_img_ppm.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gsd_img_tif.c 17bf321444 ogsf lib: fix return types and var types 13 years ago
gsd_label.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gsd_legend.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gsd_objs.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gsd_prim.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gsd_surf.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gsd_views.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gsd_wire.c 17bf321444 ogsf lib: fix return types and var types 13 years ago
gsdiff.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gsdrape.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gsds.c 17bf321444 ogsf lib: fix return types and var types 13 years ago
gsget.c 0764296ef8 dox: reducing doxygen warnings 12 years ago
gsget.h 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gv.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gv_quick.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gvd.c 6d766d406d ogsf: fix changing height of vector lines 12 years ago
gvl.c 0802e1587d wxNviz: optionally display wire box for volumes (not only for quick draw mode) 12 years ago
gvl_calc.c 5ad7e1a6a5 ogsf lib: avoid compiler warnings 12 years ago
gvl_calc2.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago
gvl_file.c c18eee3ba3 dox: syntax errors 12 years ago
gvld.c d9e78d4ee6 ogsf: change field size to prevent crash 11 years ago
mc33_table.h 0764296ef8 dox: reducing doxygen warnings 12 years ago
ogsflib.dox f5ceeee4a0 ogsf: note major todos 13 years ago
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 years ago
rowcol.h 2333487ddb size_t: update ogsf lib 13 years ago
trans.c 9f261a7fd6 move prototypes from include/ to include/defs 13 years ago

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)