GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <ogsf.h>
Data Fields | |
float | position [4] |
float | color [3] |
float | ambient [3] |
float | emission [3] |
float | shine |
float lightdefs::ambient[3] |
Definition at line 465 of file ogsf.h.
Referenced by Gs_load_3dview(), GS_new_light(), and Gs_save_3dview().
float lightdefs::color[3] |
Definition at line 464 of file ogsf.h.
Referenced by Gs_load_3dview(), GS_new_light(), and Gs_save_3dview().
float lightdefs::position[4] |
Definition at line 463 of file ogsf.h.
Referenced by Gs_load_3dview(), GS_new_light(), and Gs_save_3dview().
float lightdefs::shine |
Definition at line 467 of file ogsf.h.
Referenced by Gs_load_3dview(), GS_new_light(), and Gs_save_3dview().