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

Public Attributes

float normal_length
 
- 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
 

Additional Inherited Members

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

Detailed Description

Definition at line 18 of file normal_renderer.h.

Constructor & Destructor Documentation

◆ normal_render_style()

cgv::render::normal_render_style::normal_render_style ( )

Definition at line 15 of file normal_renderer.cxx.

Member Data Documentation

◆ normal_length

float cgv::render::normal_render_style::normal_length

Definition at line 20 of file normal_renderer.h.


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