cgv
|
Public Attributes | |
float | normal_length |
![]() | |
vec3 | default_normal |
default normal for case when "normal" attribute is not set | |
rgba | default_color |
default color for case when "color" attribute is not set | |
float | default_depth_offset |
default depth offset for case when "depth_offset" attribute is not set | |
float | default_line_width |
default line width for case when "line_width" attribute is not set | |
bool | blend_lines |
rgba | halo_color |
halo color | |
float | halo_width_in_pixel |
halo width in pixel | |
float | percentual_halo_width |
halo width in percent of line width | |
bool | screen_aligned |
whether to span line splat in screen aligned coordinate system | |
bool | measure_line_width_in_pixel |
whether to measure line width in pixels - otherwise in eye space relative to reference_line_width | |
float | reference_line_width |
reference line width multiplied to line width if measure_line_width_in_pixel is false | |
float | blend_width_in_pixel |
blend with in pixels used for line smoothing | |
float | halo_color_strength |
parameter in [0,1] to mix line color with halo color | |
![]() | |
bool | use_group_color |
whether to use group colors indexed through group index, defaults to false | |
bool | use_group_transformation |
whether to use group translation and rotation indexed through group index, defaults to false | |
Additional Inherited Members | |
![]() | |
line_render_style () | |
construct with default values | |
![]() | |
group_render_style () | |
set default values | |
![]() | |
GLboolean | is_blend |
GLint | blend_src |
GLint | blend_dst |
Definition at line 18 of file normal_renderer.h.
cgv::render::normal_render_style::normal_render_style | ( | ) |
Definition at line 15 of file normal_renderer.cxx.
float cgv::render::normal_render_style::normal_length |
Definition at line 20 of file normal_renderer.h.