cgv
Loading...
Searching...
No Matches
cgv::render::line_render_style_reflect Struct Reference
Inheritance diagram for cgv::render::line_render_style_reflect:
cgv::render::line_render_style cgv::render::group_render_style cgv::render::render_style

Public Member Functions

bool self_reflect (cgv::reflect::reflection_handler &rh)
 
- Public Member Functions inherited from cgv::render::line_render_style
 line_render_style ()
 construct with default values
 
- Public Member Functions inherited from cgv::render::group_render_style
 group_render_style ()
 set default values
 

Additional Inherited Members

- Public Attributes inherited from cgv::render::line_render_style
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
 
- Public Attributes inherited from cgv::render::group_render_style
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
 
- Protected Attributes inherited from cgv::render::line_render_style
GLboolean is_blend
 
GLint blend_src
 
GLint blend_dst
 

Detailed Description

Definition at line 124 of file line_renderer.h.

Member Function Documentation

◆ self_reflect()

bool cgv::render::line_render_style_reflect::self_reflect ( cgv::reflect::reflection_handler rh)

Definition at line 161 of file line_renderer.cxx.


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