|
BRL-CAD
|
#include <nongeom.h>
Data Fields | |
| uint32_t | magic |
| union tree * | tree |
| Leading to tree_db_leaf leaves. More... | |
| char | region_flag |
| !0 ==> this COMB is a REGION More... | |
| char | is_fastgen |
| REGION_NON_FASTGEN/_PLATE/_VOLUME. More... | |
| long | region_id |
| long | aircode |
| long | GIFTmater |
| long | los |
| char | rgb_valid |
| !0 ==> rgb[] has valid color More... | |
| unsigned char | rgb [3] |
| float | temperature |
| > 0 ==> region temperature More... | |
| struct bu_vls | shader |
| struct bu_vls | material |
| char | inherit |
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?