BRL-CAD
bv_obj_settings Struct Reference

#include <defines.h>

Data Fields

int s_dmode
 draw mode: 0 - wireframe 1 - shaded bots and polysolids only (booleans NOT evaluated) 2 - shaded (booleans NOT evaluated) 3 - shaded (booleans evaluated) 4 - hidden line More...
 
fastf_t transparency
 holds a transparency value in the range [0.0, 1.0] - 1 is opaque More...
 
int color_override
 
unsigned char color [3]
 color to draw as More...
 
int s_line_width
 current line width More...
 
fastf_t s_arrow_tip_length
 arrow tip length More...
 
fastf_t s_arrow_tip_width
 arrow tip width More...
 
int draw_solid_lines_only
 do not use dashed lines for subtraction solids More...
 
int draw_non_subtract_only
 do not visualize subtraction solids More...
 

Detailed Description

Definition at line 132 of file defines.h.

Field Documentation

◆ s_dmode

int s_dmode

draw mode: 0 - wireframe 1 - shaded bots and polysolids only (booleans NOT evaluated) 2 - shaded (booleans NOT evaluated) 3 - shaded (booleans evaluated) 4 - hidden line

Definition at line 134 of file defines.h.

◆ transparency

fastf_t transparency

holds a transparency value in the range [0.0, 1.0] - 1 is opaque

Definition at line 140 of file defines.h.

◆ color_override

int color_override

Definition at line 142 of file defines.h.

◆ color

unsigned char color[3]

color to draw as

Definition at line 143 of file defines.h.

◆ s_line_width

int s_line_width

current line width

Definition at line 145 of file defines.h.

◆ s_arrow_tip_length

fastf_t s_arrow_tip_length

arrow tip length

Definition at line 146 of file defines.h.

◆ s_arrow_tip_width

fastf_t s_arrow_tip_width

arrow tip width

Definition at line 147 of file defines.h.

◆ draw_solid_lines_only

int draw_solid_lines_only

do not use dashed lines for subtraction solids

Definition at line 148 of file defines.h.

◆ draw_non_subtract_only

int draw_non_subtract_only

do not visualize subtraction solids

Definition at line 149 of file defines.h.


The documentation for this struct was generated from the following file: