#include <raytrace.h>
Data Fields | |
| float | ma_color [3] |
| explicit color: 0..1 | |
| float | ma_temperature |
| positive ==> degrees Kelvin | |
| char | ma_color_valid |
| non-0 ==> ma_color is non-default | |
| char | ma_cinherit |
| color: DB_INH_LOWER / DB_INH_HIGHER | |
| char | ma_minherit |
| mater: DB_INH_LOWER / DB_INH_HIGHER | |
| char * | ma_shader |
| shader name & parms | |
Definition at line 564 of file raytrace.h.
|
|
explicit color: 0..1
Definition at line 565 of file raytrace.h. Referenced by db_apply_state_from_comb(), db_do_anim(), dgo_drawH_part2(), and rt_plot_solid(). |
|
|
positive ==> degrees Kelvin
Definition at line 566 of file raytrace.h. Referenced by db_apply_state_from_comb(), and db_do_anim(). |
|
|
non-0 ==> ma_color is non-default
Definition at line 567 of file raytrace.h. Referenced by db_apply_state_from_comb(), db_do_anim(), and dgo_drawH_part2(). |
|
|
color: DB_INH_LOWER / DB_INH_HIGHER
Definition at line 568 of file raytrace.h. Referenced by db_apply_state_from_comb(). |
|
|
mater: DB_INH_LOWER / DB_INH_HIGHER
Definition at line 569 of file raytrace.h. Referenced by db_apply_state_from_comb(). |
|
|
shader name & parms
Definition at line 570 of file raytrace.h. Referenced by db_apply_state_from_comb(), db_do_anim(), db_dup_db_tree_state(), db_free_db_tree_state(), and rt_clean(). |
1.4.6