cgv
|
Public Member Functions | |
bool | self_reflect (cgv::reflect::reflection_handler &rh) |
![]() | |
line_render_style () | |
construct with default values | |
![]() | |
group_render_style () | |
set default values | |
Additional Inherited Members | |
![]() | |
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 | |
![]() | |
GLboolean | is_blend |
GLint | blend_src |
GLint | blend_dst |
Definition at line 124 of file line_renderer.h.
bool cgv::render::line_render_style_reflect::self_reflect | ( | cgv::reflect::reflection_handler & | rh | ) |
Definition at line 161 of file line_renderer.cxx.