GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#include <gis.h>
Data Fields | |
char | pgm_id [40] |
float | from_to [2][3] |
float | fov |
float | twist |
float | exag |
int | mesh_freq |
int | poly_freq |
int | display_type |
int | lightson |
int | dozero |
int | colorgrid |
int | shading |
int | fringe |
int | surfonly |
int | doavg |
char | grid_col [40] |
char | bg_col [40] |
char | other_col [40] |
float | lightpos [4] |
float | lightcol [3] |
float | ambient |
float | shine |
struct Cell_head | vwin |
float G_3dview::ambient |
Definition at line 507 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
char G_3dview::bg_col[40] |
Definition at line 503 of file gis.h.
Referenced by G_get_3dview_defaults().
int G_3dview::colorgrid |
Definition at line 497 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::display_type |
Definition at line 494 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::doavg |
Definition at line 501 of file gis.h.
Referenced by G_get_3dview_defaults().
int G_3dview::dozero |
Definition at line 496 of file gis.h.
Referenced by G_get_3dview_defaults(), and Gs_save_3dview().
float G_3dview::exag |
Definition at line 491 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
float G_3dview::fov |
Definition at line 489 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::fringe |
Definition at line 499 of file gis.h.
Referenced by G_get_3dview_defaults(), and Gs_save_3dview().
float G_3dview::from_to[2][3] |
Definition at line 488 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
char G_3dview::grid_col[40] |
Definition at line 502 of file gis.h.
Referenced by G_get_3dview_defaults().
float G_3dview::lightcol[3] |
Definition at line 506 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
float G_3dview::lightpos[4] |
Definition at line 505 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::lightson |
Definition at line 495 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::mesh_freq |
Definition at line 492 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
char G_3dview::other_col[40] |
Definition at line 504 of file gis.h.
Referenced by G_get_3dview_defaults().
char G_3dview::pgm_id[40] |
Definition at line 487 of file gis.h.
Referenced by Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::poly_freq |
Definition at line 493 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::shading |
Definition at line 498 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
float G_3dview::shine |
Definition at line 508 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
int G_3dview::surfonly |
Definition at line 500 of file gis.h.
Referenced by G_get_3dview_defaults(), and Gs_save_3dview().
float G_3dview::twist |
Definition at line 490 of file gis.h.
Referenced by G_get_3dview_defaults(), Gs_load_3dview(), and Gs_save_3dview().
struct Cell_head G_3dview::vwin |
Definition at line 509 of file gis.h.
Referenced by G_get_3dview_defaults(), and Gs_load_3dview().