|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <nviz.h>

Data Fields | |
| float | zrange |
| float | xyrange |
| int | num_cplanes |
| int | cur_cplane |
| int | cp_on [6] |
| float | cp_trans [6][3] |
| float | cp_rot [6][3] |
| light_data | light [3] |
| int | num_fringes |
| struct fringe_data ** | fringe |
| int | draw_arrow |
| struct arrow_data * | arrow |
| int | num_scalebars |
| struct scalebar_data ** | scalebar |
| int | bgcolor |
| struct arrow_data* nv_data::arrow |
| struct fringe_data** nv_data::fringe |
| light_data nv_data::light[3] |
Definition at line 108 of file nviz.h.
Referenced by Nviz_draw_all_surf().
| struct scalebar_data** nv_data::scalebar |
| float nv_data::xyrange |
Definition at line 99 of file nviz.h.
Referenced by Nviz_update_ranges().
| float nv_data::zrange |
Definition at line 99 of file nviz.h.
Referenced by Nviz_update_ranges().