BRL-CAD
|
#include <nongeom.h>
Data Fields | |
uint32_t | magic |
union tree * | tree |
Leading to tree_db_leaf leaves. | |
char | region_flag |
!0 ==> this COMB is a REGION | |
char | is_fastgen |
REGION_NON_FASTGEN/_PLATE/_VOLUME. | |
long | region_id |
long | aircode |
long | GIFTmater |
long | los |
char | rgb_valid |
!0 ==> rgb[] has valid color | |
unsigned char | rgb [3] |
float | temperature |
> 0 ==> region temperature | |
struct bu_vls | shader |
struct bu_vls | material |
char | inherit |
const struct db_i * | src_dbip |
const char * | src_objname |
In-memory format for database "combination" record (non-leaf node). (Regions and Groups are both a kind of Combination). Perhaps move to wdb.h or rtgeom.h?